cozy/index.html
2024-12-25 23:58:30 +01:00

23 lines
456 B
HTML

<!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://cozy.pub">Coming <em>back</em> sooon-ish!</a>
</body>
</html>