prepare for greatness
This commit is contained in:
+10
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user