alienhospital/links.html
2025-12-23 05:56:17 -05:00

105 lines
No EOL
2.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>alien</title>
<style>
body {
color: #000;
background-image: url('/stars5.gif');
}
.sitemap {
border: 3px solid;
width: 600px;
background-color: #fff;
height: 600px;
font-size: 19px;
font-family: times;
margin: 0 auto;
overflow-y: scroll;
}
#fuck {
text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
font-style: italic;
font-size:2em;
font-weight:bold;
color: #fff;
-webkit-animation: pop 1s ease-in-out infinite alternate;
animation: pop 1s ease-in-out infinite alternate;
-moz-animation: pop 1s ease-in-out infinite alternate;
}
@keyframes pop {
from {
transform:scale(0.95)
}
50% {
transform:scale(1)
}
to {
transform:scale(0.95)
}
}
@-webkit-keyframes pop {
from {
-webkit-transform:scale(0.95)
}
50% {
-webkit-transform:scale(1)
}
to {
-webkit-transform:scale(0.95)
}
}
</style>
</head>
<body><br><center><a href="/homepage" style="color:#fff;">home</a></center>
<div id="fuck"><center>SITEMAP</center></div>
<div class="sitemap"><br><br>
<center> <a href="/homepage">Homepage</a><br>
<a href="/aboutme">About</a><br>
<a href="/resources">Resources</a><br><br>
<a href="/shrines">Shrines</a><br>
...<a href="/tnsmylove">Negative Spirit ficto shrine</a><br>
...<a href="/shrines/orville">The Orville shrine</a><br>
...<a href="/blorbo">Blorbo Page</a><br>
...<a href="https://spirit.alien.hospital">Negative Spirit (species) fansite</a><br><br>
<a href="/writing">Original Writing</a><br>
<a href="/secrets">Well of Secrets</a><br>
<a href="/drawboxx">Draw Something!</a><br><br>
<a href="https://galaxy.alien.hospital/blog/">Journal</a><br>
<a href="/badges">Fandom Badges</a><br>
<a href="/foryou">For You</a><br> <a href="https://garden.alien.hospital">Digital Garden</a><br>
<a href="https://wiki.alien.town">Wiki (Self-hosted)</a><br>
<a href="https://fuckyeah.femslash.club">Fuck Yeah Femslash! (Fediverse) (Self-hosted)</a><br>
<a href="/essays/directory">Essays & Articles</a><br><br>
Fanworks<br>
<a href="/fic/directory">...Fanfiction Archive</a><br>
<a href="/fanart">...Fan Art Archive</a><br>
<br>
Games<br>
..,<a href="/oneiromancy">Oneiromancy</a>, a fan-game (18+ NSFW content)<br>
...<a href="/promptgenerator">...Writing Prompt Generator</a><br>
...<a href="/blrobo">...Negative Space: A Doom Patrol Fan Game</a><br>
...<a href="/dressup2">Negative Spirit dress-up game</a> (NSFW Language warning) <br><br>
Collections<br>
<a href="/collections/media">...Physical Media</a><br>
<a href="/collections/misc#cows">...Cow Themed Objects</a><br>
<a href="/collections/misc#toys">...Toys</a>
</center></div>
</body>
</html>