20 lines
No EOL
647 B
HTML
20 lines
No EOL
647 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>
|
|
@import url('https://fonts.googleapis.com/css2?family=Cantarell&display=swap');
|
|
* {
|
|
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> |