18 lines
428 B
HTML
18 lines
428 B
HTML
<!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>
|