added basic HTML structure
parent
5aa038eaff
commit
f040a3f906
|
@ -15,3 +15,11 @@ 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