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

6
new/res/header.php Normal file
View file

@ -0,0 +1,6 @@
<div class="navbar">
<span><name>Mohamad's website</name>
<img src="/img/home.png" width="16" height="16">
<a href="https://damaj.tech">Home</a>
</span>
</div>

5
new/res/meta.php Normal file
View file

@ -0,0 +1,5 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="/css/header.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="icon" type="image/x-icon" href="/img/favicon.svg">
<meta http-equiv="content-language" content="en-US"