feat: static pages can now be served

This commit is contained in:
Michael Green
2023-06-22 23:38:05 +10:00
parent 00cc051dc6
commit a9dee0dd4c

View File

@@ -5,6 +5,6 @@
<title></title> <title></title>
</head> </head>
<body> <body>
Hello World!
</body> </body>
</html> </html>