forked from HelloZeroNet/ZeroHello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (32 loc) · 1.07 KB
/
index.html
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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>Welcome to ZeroNet!</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 id="PageSites">
<!-- Left -->
<div class="left">
<div id="Head"></div>
<div class="FileList-container"><div class="FileList" id="FileList"></div></div>
<div class="SiteList" id="SiteList"></div>
</div>
<!-- Right -->
<div class="right">
<div id="Dashboard"></div>
<div id="MuteList"></div>
<div class="FeedList" id="FeedList"></div>
</div>
<!--
<div class="bottom">
<span class="donate"><span class='heart'>♥</span><a href="#">Help to keep this project alive</a></span>|
<span class="version">Version:<a href="#">0.3.6</a>(r860)</span>
</div>
-->
<script type="text/javascript" src="js/all.js?lang={lang}"></script>
</body>
</html>