1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 02:19:34 +05:30

First commit...!!

This commit is contained in:
2023-07-04 00:59:51 +05:30
commit 3b8c8af842
18 changed files with 2617 additions and 0 deletions

17
htdocs/blog.php Normal file
View File

@@ -0,0 +1,17 @@
<!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>My Blog - @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>