website/public/ntpstatus.html

21 lines
679 B
HTML
Raw Normal View History

<!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">
2022-05-20 16:08:41 +02:00
<p>Dies ist eine Liste aller NTP Server, welche ich betreibe und im NTP Pool veröffentlicht sind. Die Statistiken werden durch den NTP Pool generiert.</p>
2021-10-27 20:05:03 +02:00
<jl-ntp-graph data-server-ip="37.114.40.20"></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>
2021-05-07 09:59:40 +02:00
</html>