changed style sheet

master
BodgeMaster 2020-03-04 21:49:18 +01:00
parent d192cca35e
commit 4b37fda5e9
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ echo "Done.";
<html> <html>
<head> <head>
<title> Strassenkind Server Status Page </title> <title> Strassenkind Server Status Page </title>
<link rel="stylesheet" type="text/css" href=".%CONTENT_DIR%/style.css" /> <link rel="stylesheet" type="text/css" href="style.css" />
<?php <?php
if (!isset($_POST['ondemand'])) { if (!isset($_POST['ondemand'])) {
echo "<meta http-equiv=\"refresh\" content=\"20\" />"; echo "<meta http-equiv=\"refresh\" content=\"20\" />";
@ -51,4 +51,4 @@ echo "Done.";
} }
?> ?>
</body> </body>
</html> </html>