diff options
| author | root | 2014-09-13 22:26:58 +0200 |
|---|---|---|
| committer | root | 2014-09-13 22:26:58 +0200 |
| commit | c5639ee890215e4e8e0f544821ea8d285ca58eb8 (patch) | |
| tree | 29f685943c61c4d7ec0e376e485686e985b97065 /static/header.html | |
| parent | f8c60cae423fc78ed21d17a9217716ccc1e6dab1 (diff) | |
| download | video-dl-c5639ee890215e4e8e0f544821ea8d285ca58eb8.tar.gz | |
init
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______________________ --> |
