added basic HTML structure
parent
5aa038eaff
commit
f040a3f906
|
@ -14,4 +14,12 @@ $ondemand_commands = explode(PHP_EOL, fread($ondemand_file, filesize($ondemand_f
|
||||||
fclose($ondemand_file);
|
fclose($ondemand_file);
|
||||||
echo "Done.";
|
echo "Done.";
|
||||||
?>
|
?>
|
||||||
-->
|
-->
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title> Strassenkind Status Page </title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="./common/content/style.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue