summaryrefslogtreecommitdiff
path: root/www/static/header.html
blob: 25eba6144e007c880333e3e49b94ecf3c3f39c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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______________________ -->