website/public/ntpstatus.html
2021-05-07 07:59:40 +00:00

24 lines
898 B
HTML

<!DOCTYPE html >
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/css/style.css" rel="stylesheet">
<title></title>
</head>
<body>
<jl-header data-title="NTP Status"></jl-header>
<div id="content">
<p>Da ich selber viel auf NTP zur Zeitsynchronisation setze habe ich mich dazu entschlossen selber einen NTP Server,
welche im ntp pool gelistet ist aufzusetzen. Unten sind die Statistiken zum Server für IPv4 und für IPv6</p>
<jl-ntp-graph data-server-ip="23.94.219.121"></jl-ntp-graph>
<jl-ntp-graph data-server-ip="83.136.84.239"></jl-ntp-graph>
<jl-ntp-graph data-server-ip="2001:470:1f14:1019::2"></jl-ntp-graph>
<jl-ntp-graph data-server-ip="2001:4ba0:92c1:5d::2:1"></jl-ntp-graph>
</div>
<jl-footer></jl-footer>
<script src="/js/script.js"></script>
</body>
</html>