summaryrefslogtreecommitdiff
path: root/web/index_var.html
blob: 8ccbe9907c38462e8f3a03cc6483e42c17172204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html>
	<head>
		<script type="text/javascript" src="jq.js"></script>
		<script type="text/javascript" src="main_var.js"></script>
		<link rel="stylesheet" href="base.css">
	</head>
	<body>
		<div id="nojs">
			<h1>nojs</h1>
			you do not have javascript available or enabled<br /><br />
			this site cannot do anything without javascript
		</div>
	</body>
</html>