2023-09-18 09:15:19 +00:00
|
|
|
<!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>
|
2024-01-08 15:58:43 +00:00
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Cantarell&display=swap');
|
2023-09-18 09:15:19 +00:00
|
|
|
* {
|
|
|
|
font-family: Cantarell, sans-serif;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
2024-01-12 12:00:29 +00:00
|
|
|
<h1>Welcome to Evilthings.de</h1>
|
2023-09-18 09:15:19 +00:00
|
|
|
<p style="font-size: x-small">This webpage is still under construction</p>
|
2024-01-12 12:00:29 +00:00
|
|
|
<p>Evilthings will be the studio name under which <a href="https://mstar.evilthings.de">mStar</a> will release software</p>
|
2023-09-18 09:15:19 +00:00
|
|
|
</body>
|
|
|
|
</html>
|