save rewrite

This commit is contained in:
Mohamad Damaj 2023-08-13 19:47:55 +03:00
parent 017fb02f09
commit c050b8da4c
7 changed files with 86 additions and 0 deletions

15
new/index.php Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Damaj301damaj's site</title>
<?php include 'res/meta.php' ?>
</head>
<body>
<?php include 'res/header.php'?>
<a href="/"><img class="pfp" src="img/d301d.png"></a>
<div class="welcome">
<p>Welcome!</p>
</div>
<p>insert content</p>
</body>
</html>