forked from splorp/npds-tracker-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
38 lines (38 loc) · 1.1 KB
/
template.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
<!DOCTYPE html>
<html>
<head>
<title><trackerName/> NPDS Tracker Server</title>
<meta charset="utf-8" />
<meta-refresh/>
<stylesheet/>
</head>
<body>
<header>
<h1><a href="<trackerHost/>"><trackerName/></a> NPDS Tracker Server</h1>
</header>
<section>
<article>
<p>There are <strong><server-counter/></strong> Newton web servers currently registered with this tracker:</p>
<servers/>
<p><last-validation/></p>
<p>Newton servers are validated every <validate-time/> minutes. This page has been viewed <hit-counter/> times since the tracker was started.</p>
</article>
</section>
<footer>
<p><strong>Shared Trackers:</strong></p>
<nav>
<server-shares/>
</nav>
<p><strong>Newton Personal Data Sharing:</strong></p>
<nav>
<ul class="links">
<li><a href="http://npds.free.fr/">About</a></li>
<li><a href="http://twitter.com/npds/">Twitter</a></li>
<li><a href="https://github.com/splorp/npds-tracker-server/">GitHub</a></li>
</ul>
</nav>
<p>Version: <version/></p>
<p>Valid <a href="http://validator.w3.org/check?uri=<url/>">HTML5</a></p>
</footer>
</body>
</html>