first commit
This commit is contained in:
13
scripts/templates/header.html
Normal file
13
scripts/templates/header.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<header>
|
||||
<div id="header_box">
|
||||
<div>
|
||||
<a href="../index.html" id="header_title">Ailyaut's blog</a>
|
||||
</div>
|
||||
<nav id="header_nav">
|
||||
<a href="../blog.html" class="nav_button_active">Blog</a>
|
||||
<a href="../gallery.html" class="nav_button">Gallery</a>
|
||||
<a href="../projects.html" class="nav_button">Projects</a>
|
||||
<a href="../about.html" class="nav_button">About</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user