summaryrefslogtreecommitdiff
path: root/www/static/header.html
blob: d42633355d70df430f2f37782ae4babc876cece6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!Doctype html>
<html>
	<head>
		<title>VFS</title>
		<link rel="stylesheet" href="/static/style.css">
		<link rel="stylesheet" href="/static/font-awesome/css/font-awesome.min.css">
	</head>

	<body onmousedown="hideMenu()">
		<div id="page-wrap">
			
			<div class="header-bar">
				<a href="/" class="logo"> </a>
			</div>
		
			<div id="content-area">
			<!-- ______________________Content Start______________________ -->