feat: add footer and header
This commit is contained in:
parent
afc0b236f2
commit
6ae0eb02fe
1 changed files with 22 additions and 12 deletions
|
@ -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ıkçı">
|
||||
|
||||
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue