First commit: Upload files

This commit is contained in:
Mohamad Damaj 2023-10-30 20:08:33 +02:00
commit 1477bbb2e5
7 changed files with 93 additions and 0 deletions

3
templates/footer.php Normal file
View file

@ -0,0 +1,3 @@
<footer>
<a href=https://git.damaj.tech/Damaj301damaj/damaj.tech>Source(Git)</a>
</footer>

8
templates/header.php Normal file
View file

@ -0,0 +1,8 @@
<div class="box">
<header>
<img src='/img/d301d.png' alt='Site Icon' width=25px height=25px></img>
<div class="header">
<a href="/">[Main]</a>
</header>
</div>
</div>

2
templates/meta.php Normal file
View file

@ -0,0 +1,2 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">