mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
27 lines
1,021 B
HTML
27 lines
1,021 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 website is work in progress. just like me fr.</p>
|
|
<p>all of this is very complicated.</p>
|
|
<p>it's very empty for now.</p>
|
|
<p>i hope it will be fuller in the future. worth visiting. for now, it just exists.</p>
|
|
<p>i expect to visit it quite often.</p>
|
|
<p>not that i expect anyone to want to do that, but this site is not exactly intended for sharing.</p>
|
|
<p>..for now. in the future it will be. maybe.</p>
|
|
<img width="100%" src="nora.png">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|