first commit

This commit is contained in:
2025-07-23 20:48:46 -03:00
commit 5d0f19142b
4 changed files with 80 additions and 0 deletions

20
src/index.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>mifi.holdings</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="container">
<div class="emoji">🛸</div>
<h1>Nothing to See Here</h1>
<p>
Youve stumbled onto <b>mifi.holdings</b> — the legendary vault of digital oddities, curios, and coffee-fueled experiments belonging to a possibly-human, definitely-mysterious entity named <b>mifi</b>.<br><br>
Theres nothing here for you.<br>
Go on. Shoo. Scram. Or just keep wondering.
</p>
</div>
</body>
</html>