Initial commit
This commit is contained in:
commit
0d798846b0
26 changed files with 1499 additions and 0 deletions
10
includes/header.php
Executable file
10
includes/header.php
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
<header>
|
||||
<nav class="container">
|
||||
<a class="title" href="/quartznet/">Quartznet</a>
|
||||
<ul class="menu">
|
||||
<li class="item"><a href="/quartznet/about">About</a></li>
|
||||
<li class="item button"><a href="/quartznet/admin/login.php">Admin</a></li>
|
||||
<li class="toggle"><a href="#"><i class="fas fa-bars"></i></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
Loading…
Reference in a new issue