-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (65 loc) · 2.77 KB
/
index.html
File metadata and controls
82 lines (65 loc) · 2.77 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<title>Welcome to ZeroNet!</title>
<meta charset="utf-8">
7F54
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/all.css" />
</head>
<body>
<!-- Topright -->
<div class="topright">
<div class="plugin-multiuser">Current user: <a class='identicon' href='#Show+Private+key' title='Show private key'></a><a href="#Logout" class="button button-logout">Logout</a></div>
<div class="plugin-uipassword"><a href="#Logout" class="button button-logout">Logout</a></div>
<div class="donate"><span class='heart'>♥</span> <a href="http://zeronet.readthedocs.org/en/latest/help_zeronet/donate/" target="_blank">Help to keep this project alive</a></div>
<div class='status'>
<span class="port closed" style="display: none">Port: <a href="#Re+check" title='Re-check'>Closed</a></span>
<span class="tor disabled" style="display: none">Tor: <span>Disabled</span></span>
</div>
<div class="version current">Version: <a href="https://github.com/HelloZeroNet/ZeroNet" target="_top">Unknown</a></div>
<div class="version latest new" title="New update available">Latest: <a href="https://github.com/HelloZeroNet/ZeroNet" target="_top">0.3.5</a></div>
<br><a href="#Update" class="button button-update button-submit">Update to new version</a>
<br><span class='broken-autoupdate'></span>
</div>
<!-- Head -->
<div class="block head">
<h1>Hello<br>ZeroNet_</h1>
<h3 class="served">This site currently served by <b><span id='peers' class='updating'>0</span> peers</b> without any central server.</h3>
</div>
<div style="clear: both"></div>
<!-- Sites -->
<div id="sites" class="updating">
<!-- Template: site-category -->
<div class="site-category template">
<h2 class='title'>Connected sites:</h2>
</div>
<!-- EOF Template: site-category -->
<!-- Template: site-container -->
<div class="site-container site-seeding template">
<a href="#" class='hamburger'>≡</a>
<a href="/1EU1tbG9oC1A8jz2ouVwGZyQ5asrNsE4Vr" target="_top" class="site block">
<h4>
<div class="anim-updating" title='Updating...'></div>
<div class="status">Seeding</div>
<div class="notify"></div>
<div class='right'></div>
</h4>
<h3 class='title'>ZeroHello</h3>
<h4 class='description'></h4>
<div class="bottom">
<h4><div class='icon-profile'></div>× <span class='peers'>n/a</span> <div class="icon-clock"></div> <span class='modified-date'>n/a</span></h4>
</div>
<div class='action'>Visit site ━</div>
</a>
</div>
<!-- EOF Template: site-container -->
</div>
<!-- Template: menu -->
<div class="menu template">
<a href="#" class="menu-item template">Template</a>
</div>
<!-- EOF Template: menu -->
<div style="clear: both"></div>
<script type="text/javascript" src="js/all.js" asyc></script>
</body>
</html>