Files
futile.eu/index.html
T
2026-07-26 02:57:17 +01:00

22 lines
642 B
HTML

<!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="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>