forked from HelloZeroNet/ZeroMe
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (23 loc) · 712 Bytes
/
index.html
File metadata and controls
33 lines (23 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>ZeroMe!</title>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/all.css" />
<base href="" target="_top" id="base">
<script>
base.href = document.location.href.replace("/media", "").replace("index.html", "").replace(/[&?]wrapper=False/, "").replace(/[&?]wrapper_nonce=[A-Za-z0-9]+/, "")
</script>
</head>
<body>
<div id="Overlay"></div>
<div class="head-container">
<div id="Head"></div>
</div>
<div class="headerfoot"></div>
<div class="center" id="Content">
</div>
<script type="text/javascript" src="js/all.js?lang={lang}"></script>
</body>
</html>