43 lines
966 B
HTML
43 lines
966 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>lottepup.space</title>
|
|
<link rel="stylesheet" href="/shared/main.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>lottepup.space</h1>
|
|
<h3>lotte's home on the web</h3>
|
|
|
|
<h2>me</h2>
|
|
<ul>
|
|
<li><a href="https://alico.nexus/@lotte">fedi</a></li>
|
|
<li>git: <a href="https://git.lottepup.space/charlotte">git.lottepup.space</a> / <a href="https://github.com/c-gaskell">github</a></li>
|
|
</ul>
|
|
|
|
<h2>pages</h2>
|
|
<ul>
|
|
<li><a href="https://ramblings.lottepup.space">ramblings (wip)</a></li>
|
|
</ul>
|
|
|
|
<h2>services</h2>
|
|
<ul>
|
|
<li><a href="https://git.lottepup.space">git</a></li>
|
|
<li><a href="https://media.lottepup.space">media</a></li>
|
|
</ul>
|
|
|
|
<div class="footer">
|
|
|
|
<p>made by charlotte in 2025 :3 woof</p>
|
|
<p>🐶</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|