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

93 lines
No EOL
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>alien</title>
<style>
body {
color: #000;
background-image: url('/stars5.gif');
}
.sitemap {
border: 3px solid;
padding: 5px;
width: 600px;
color: #000;
background-color: #fff;
height: 600px;
font-size: 19px;
font-family: times;
margin: 0 auto;
overflow-y: scroll;
}
a:visited {
color: #000;
}
a {
color: #000;
}
h1 {
color: #fff;
}
#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>
<h1>Essays</h1></div>
<div class="sitemap"><br><a href="/essays/tumblrbrain">On Deconstructing "Tumblr Brain" & Learning How To Fucking Have Fun With Media</a>
<br>
| Content warnings: Mentions of child abuse, abuse, and incest.
<br><br><a href="/essays/housebound">Houseboundedness & the Small Web</a>
<br/> <br/>
<a href="/essays/bfe">Agnes's Super Duper Unofficial Guide To Multifandom Exchanges</a>
<p></p> </div>
</body>
</html>