changed style sheet
parent
d192cca35e
commit
4b37fda5e9
|
@ -18,7 +18,7 @@ echo "Done.";
|
|||
<html>
|
||||
<head>
|
||||
<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
|
||||
if (!isset($_POST['ondemand'])) {
|
||||
echo "<meta http-equiv=\"refresh\" content=\"20\" />";
|
||||
|
@ -51,4 +51,4 @@ echo "Done.";
|
|||
}
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue