summaryrefslogtreecommitdiff
path: root/www/static/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/static/header.html')
-rw-r--r--www/static/header.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/static/header.html b/www/static/header.html
new file mode 100644
index 0000000..de1ff79
--- /dev/null
+++ b/www/static/header.html
@@ -0,0 +1,16 @@
+<!Doctype html>
+<html>
+ <head>
+ <title>VFS</title>
+ <link rel="stylesheet" href="static/style.css">
+ </head>
+
+ <body>
+ <div id="page-wrap">
+
+ <div class="header-bar">
+ <a href="/" class="logo"> </a>
+ </div>
+
+ <div id="content-area">
+ <!-- ______________________Content Start______________________ -->