mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 03:29:35 +05:30
17 lines
489 B
PHP
17 lines
489 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<title>Contact Me - @neo_subhamoy</title>
|
|
<?php require 'assets/_integrate.php';?>
|
|
</head>
|
|
<body class="font-lexend bg-bg_primary text-accent_secondary">
|
|
<?php require 'assets/_header.php';?>
|
|
<div class="homebox w-full">
|
|
|
|
</div>
|
|
<?php require 'assets/_footer.php';?>
|
|
</body>
|
|
</html>
|