add images, base index page, robots.txt and stylesheet

This commit is contained in:
2026-02-21 02:00:36 +01:00
parent 8a2d0f8940
commit 9286264bc3
299 changed files with 170 additions and 0 deletions

43
index.html Normal file
View File

@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>rosa's website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<h1>rosa's website</h1>
<p>Hi :3, I'm rosa (she/her, pup/puppy, <a href="https://pronouns.cc/@rosalina" target="_blank">pronouns.cc</a>). I'm 19, trans, puppy.</p>
<p>I love computers and Linux, I'm a sysadmin and programmer and I always mess around with various projects or machines. I'm also an homelabber.</p>
<p>I run Debian on my servers and Arch or Windows on my computers.</p>
<p>Interests:</p>
<ul>
<li>Privacy</li>
<li>Computer science</li>
<li>Linux</li>
<li>Programming</li>
<li>Music</li>
<li>Networking gear</li>
</ul>
<p>Contacts:</p>
<ul>
<li>Email: rosa@luma.wtf</li>
<li>Signal: @rosalina.01</li>
<li>Matrix: @rosa:luma.wtf</li>
<li>Discord: _rosalina_</li>
</ul>
<p>GPG: <a href="~rosa/rosa.asc">248B45C3C40B4352</a> (rosa@luma.wtf, expires: 2036-02-15) (<a href="https://github.com/rosalinaowo.gpg">mirror</a>)</p>
<p>Git: <a href="https://git.luma.wtf" target="_blank">Gitea</a>, <a href="https://github.com/rosalinaowo">Github</a></p>
<br>
<p>
<div>You can find stuff in <a href="~rosa/">~rosa</a></div>
<div>My websites: <a href="https://rosa.dog" target="_blank">rosa.dog</a>, <a href="https://luma.wtf" target="_blank">luma.wtf</a></div>
</p>
<div class="buttons" style="margin-top: 1.25em;">
<img src="images/buttons/people/rosa_88x31.png" alt="Rosa's button">
</div>
</main>
</body>
</html>