Files
ntpa/html/index.html
T
2016-03-06 00:15:13 +01:00

48 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>innolan.net</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/host.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Innolan.net</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="ntp1/">NTP 1</a></li>
<li><a href="ntp2/">NTP 2</a></li>
<li><a href="ntp3/">NTP 3</a></li>
</ul>
</div>
</div>
</div>
<div class="container theme-showcase">
<div class="jumbotron">
<h1>innolan.net</h1>
<p>Innolan.net is hosting 3 NTP time servers and 2 DNS name server.
Detailed statistics are available for NTP servers. Support is also provided
for the TOR network. Currently 1 node is active.</p>
<p>The node can be reached using software provided by torproject.org and NTP
servers can be reached by using any standard NTP software. All services are
provided "as-is".</p>
<p class="pool">
<a class="btn btn-lg btn-primary" href="https://atlas.torproject.org/#details/E1EE4FB010F28E55B7ACA2D046AB89F3B413F2A3">View node info on atlas.torproject.org &raquo;</a>
</p>
</div>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>