prepare for greatness

This commit is contained in:
2026-07-26 02:57:17 +01:00
parent 8e2516b90f
commit c95a2a4806
7 changed files with 72 additions and 26 deletions
+10 -4
View File
@@ -1,15 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>futile</title>
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="style/reset.css" />
<link rel="stylesheet" href="style/fonts.css" />
<link rel="stylesheet" href="style/style.css" />
</head>
<body class="body">
<h1 class="header" onclick="window.location.href = 'mailto:me@futile.eu'">
futile
</h1>
<body class="flex justify-center items-center overflow-hidden bg-black">
<div class="flex flex-col items-center max-w-lg">
<h1 class="leading-none select-none text-white header" onclick="window.location.href = 'mailto:me@futile.eu'">
futile
</h1>
</div>
</body>
</html>