31 lines
942 B
HTML
31 lines
942 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>« futile »</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="box">
|
|
<h1 class="main-title">futile</h1>
|
|
</div>
|
|
<div class="box">
|
|
<p class="separator">─────</p>
|
|
</div>
|
|
<div class="box">
|
|
<p class="content">
|
|
hello, my name is futile. i am a weird concept from the internet (or a person from europe, depending
|
|
who you ask). i like programming (mostly rust), computers, linux, malicious software such as game hacks and
|
|
malware, and vehicles that drive or fly.<br><br>
|
|
if you want to contact me, email <a class="email">me [AT] futile [DOT] eu</a>
|
|
</p>
|
|
</div>
|
|
<div class="footer">
|
|
<p id="quote">who are you</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |