blob: 4eda33faedf60a26d249ac0226b71b3a15493dbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!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">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</head>
<body onmousedown="hideMenu()">
<div id="page-wrap">
<div class="header-bar">
<a href="/" class="logo"> </a>
</div>
<div id="content-area">
<!-- ______________________Content Start______________________ -->
|