From af783ce98b2eb842fabac7e3d4ba4b058a9b422c Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Mon, 28 Dec 2020 23:22:32 +0100 Subject: [PATCH] fixed stylesheet of ntp page --- public/ntpstatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/ntpstatus.php b/public/ntpstatus.php index b7c0ee7..aa2ee02 100644 --- a/public/ntpstatus.php +++ b/public/ntpstatus.php @@ -4,7 +4,7 @@ include "internal/footer.php"; getHeader("NTP Status", "status"); ?> - <link href="data/css/ntp.css" rel="stylesheet"> + <link href="/css/ntp.css" rel="stylesheet"> <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> <a href="https://www.ntppool.org/scores/185.216.212.128"> <div data-server-ip="185.216.212.128" class="graph"></div> -- GitLab