19 lines
446 B
HTML
19 lines
446 B
HTML
<!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="stylesheet" href="style.css">
|
|
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<h1 class="title" onclick="window.location.href='mailto:me@futile.eu'">futile</h1>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|