diff options
Diffstat (limited to 'static/header.html')
| -rwxr-xr-x | static/header.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/static/header.html b/static/header.html new file mode 100755 index 0000000..d8fc2d8 --- /dev/null +++ b/static/header.html @@ -0,0 +1,29 @@ + <div id="page-wrap"> + + <div id="header-bar"> + <!-- a href="/" class="logo"> </a --> + <nav class='menu_middle'> + <a href="/" >Home</a> + + + | + + + <a href="/help" >Help</a> + + + | + + + <a href="/faq" >FAQ</a> + + + | + + + <a href="/random" >Random</a> + </nav> + </div> + + <div id="content-area"> + <!-- ______________________Content Start______________________ --> |
