feat: add temporary landing page

This commit is contained in:
Ayo Ayco 2024-07-27 08:53:08 +02:00
parent d3abab1efc
commit 951e11f242

23
index.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cozy 2.0</title>
<style>
html,
body {
background: black;
color: white;
& a {
color: orange
}
}
</style>
</head>
<body>
<h1>Cozy!</h1>
<a href="https://ayco.io/gh/cozy">Coming <em>back</em> sooon-ish!</a>
</body>
</html>