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

79 lines
No EOL
1.5 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>Shrines</center></div>
<div class="sitemap"><br><br><li><a href="/tnsmylove">Negative Spirit Shrine (My Beloved)</li>
<li><a href="/shrines/orville">The Orville Shrine</li>
<li><a href="/blorbeaux">Blorbo Page</a>
<li><a href="https://spirit.alien.hospital">Negative Spirit (Species) fansite</a></li>
<li><a href="https://babcom.neocities.org/">Babylon 5 Fan Archival Project</a></li>
</h1>
</center></div>
</body>