diff options
Diffstat (limited to 'www/header.html')
| -rw-r--r-- | www/header.html | 16 |
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______________________ --> |
