initial commit

This commit is contained in:
2024-11-05 16:28:25 +00:00
commit 76a86b0bd6
5 changed files with 117 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
<!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>