feat: add footer and header

This commit is contained in:
Aliberk Sandıkçı 2023-07-15 15:02:06 +03:00
parent afc0b236f2
commit 6ae0eb02fe

View file

@ -21,7 +21,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
<!-- Meta Content -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="About ME">
<meta name="description" content="About Me">
<meta name="keywords" content="personal,website,about,information,whoami,aboutme">
<meta name="author" content="Aliberk Sandıı">
@ -39,6 +39,12 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
<body>
<header>
<a href="/" id="hlogo"><img src="/assets/images/icons/favicon.png"></a>
<div class="tmpinfo">This page is still in active development</div>
</header>
<div class="block-out">
<div class="block-in" style="text-align:center;">
@ -59,6 +65,10 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
</div>
</div>
<footer>
<div class="tmpinfo">This page is still in active development</div>
</footer>
<?php
$dir = new DirectoryIterator($_SERVER['DOCUMENT_ROOT'] . "/assets/js");