added basic HTML structure

master
Jan Danielzick 2020-02-12 04:45:55 +01:00
parent 5aa038eaff
commit f040a3f906
1 changed files with 9 additions and 1 deletions

View File

@ -14,4 +14,12 @@ $ondemand_commands = explode(PHP_EOL, fread($ondemand_file, filesize($ondemand_f
fclose($ondemand_file);
echo "Done.";
?>
-->
-->
<html>
<head>
<title> Strassenkind Status Page </title>
<link rel="stylesheet" type="text/css" href="./common/content/style.css" />
</head>
<body>
</body>
</html>