cozy/index.html
2024-07-27 08:53:08 +02:00

23 lines
464 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://ayco.io/gh/cozy">Coming <em>back</em> sooon-ish!</a>
</body>
</html>