mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 17:45:14 +01:00
21 lines
677 B
HTML
21 lines
677 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>nora</title>
|
|
<link rel="stylesheet" href="theme.css" />
|
|
</head>
|
|
<body class="overflow-hidden">
|
|
<div class="main-content">
|
|
<div class="main-content-inner">
|
|
<h1>nora's website</h1>
|
|
<div>
|
|
<p>hey, I'm nora (she/her?)! i think. maybe. who knows, really</p>
|
|
<p>this is here because i still havent managed move over <a href="https://nilstrieb.dev">nilstrieb.dev</a>, lol.</p>
|
|
<img width="100%" src="nora.png">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|