evilthings/templates/index.html
Samantha Becker caabd6d740 App stuff
2023-09-18 11:15:19 +02:00

19 lines
No EOL
559 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Import htmx even if not used yet -->
<script src="https://unpkg.com/htmx.org@1.9.5"></script>
<meta charset="UTF-8">
<title>Title</title>
<style>
* {
font-family: Cantarell, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to Evilthings.net</h1>
<p style="font-size: x-small">This webpage is still under construction</p>
<p>Evilthings will be the studio name under which <a href="https://mstar.evilthings.net">mStar</a> will release software</p>
</body>
</html>