-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (21 loc) · 749 Bytes
/
index.html
File metadata and controls
27 lines (21 loc) · 749 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
<!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?v={site_modified}" />
<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 class="{themeclass}">
<div id="Overlay"></div>
<div class="head-container">
<div id="Head"></div>
<div id="Trigger" class="trigger-off"></div>
</div>
<div class="center" id="Content">
</div>
<script type="text/javascript" src="js/all.js?lang={lang}&v={site_modified}"></script>
</body>
</html>