convert to static html website
This commit is contained in:
-31
@@ -1,31 +0,0 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>futile</title>
|
||||
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml" />
|
||||
<link
|
||||
rel="preload"
|
||||
href="static/fonts/Bokor-Regular.woff2"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
crossorigin
|
||||
/>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
</head>
|
||||
|
||||
<body
|
||||
id="body"
|
||||
class="flex justify-center items-center h-screen overflow-hidden bg-black"
|
||||
>
|
||||
<h1
|
||||
id="header"
|
||||
onclick="window.location.href = 'mailto:me@futile.eu'"
|
||||
class="font-semibold not-supports-[-moz-appearance:none]:font-normal font-[Bokor] text-[clamp(1em,12em,40vw)] select-none leading-none overflow-hidden text-white"
|
||||
>
|
||||
futile
|
||||
</h1>
|
||||
<script type="module" src="index.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user