23 lines
897 B
HTML
23 lines
897 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="37.114.40.20"></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>
|