Skip to content
Snippets Groups Projects
ntpstatus.html 679 B
Newer Older
  • Learn to ignore specific revisions
  • <!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>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>
    
        <jl-ntp-graph data-server-ip="37.114.40.20"></jl-ntp-graph>
    
    Jonas Leder's avatar
    Jonas Leder committed
        <jl-ntp-graph data-server-ip="2001:4ba0:92c1:5d::2:2"></jl-ntp-graph>
    
    </div>
    <jl-footer></jl-footer>
    <script src="/js/script.js"></script>
    </body>
    
    jonasled's avatar
    jonasled committed
    </html>