summaryrefslogtreecommitdiff
path: root/www/header.html
diff options
context:
space:
mode:
authoroweissbarth2014-03-10 16:26:04 +0100
committeroweissbarth2014-03-10 16:26:04 +0100
commit4cbf137b5160cbd228d84a1c0776cbcea446c443 (patch)
tree21b4b64abb25bd8c1354785bb3927126dd68cafe /www/header.html
parent196aa2523e3f14131da23ad7afb7686850f84d67 (diff)
downloadfiles.iamfabulous.de-4cbf137b5160cbd228d84a1c0776cbcea446c443.tar.gz
initial ui containing header, footer and login panel
Diffstat (limited to 'www/header.html')
-rw-r--r--www/header.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/header.html b/www/header.html
new file mode 100644
index 0000000..bb47107
--- /dev/null
+++ b/www/header.html
@@ -0,0 +1,16 @@
+<!Doctype html>
+<html>
+ <head>
+ <title>VFS</title>
+ <link rel="stylesheet" href="style.css">
+ </head>
+
+ <body>
+ <div id="page-wrap">
+
+ <div class="header-bar">
+ <a href="http://google.de" class="logo"> </a>
+ </div>
+
+ <div id="content-area">
+ <!-- ______________________Content Start______________________ -->