1
0
Fork 0

HTTP listener placeholding

This commit is contained in:
Lauren Toivanen 2025-05-18 08:13:56 +03:00
parent 0c1485ecba
commit 6de8d527de
7 changed files with 166 additions and 1 deletions

18
index.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="/static/style.css" />
<link rel="icon" type="image/x-icon" href="/static/snufficon/excited.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Millics</title>
</head>
<body>
<h1>Millics</h1>
<p>
This is kindof running maybe probs and has kindof no
functionality yet.
</p>
</body>
</html>