22 lines
626 B
HTML
22 lines
626 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">
|
|
<div class="flex flex-col items-center max-w-lg">
|
|
<h1 class="leading-none select-none text-white" onclick="window.location.href = 'mailto:me@futile.eu'">
|
|
futile
|
|
</h1>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|