mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 01:09:35 +05:30
First commit...!!
This commit is contained in:
17
htdocs/projects.php
Normal file
17
htdocs/projects.php
Normal 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 Projects - @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>
|
||||
Reference in New Issue
Block a user