16 lines
420 B
HTML
16 lines
420 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/style.css" />
|
|
</head>
|
|
<body class="body">
|
|
<h1 class="header" onclick="window.location.href = 'mailto:me@futile.eu'">
|
|
futile
|
|
</h1>
|
|
</body>
|
|
</html>
|