48 lines
1.9 KiB
HTML
48 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>The web site of alienhospital</title>
|
|
<!-- The style.css file allows you to change the look of your web pages.
|
|
If you include the next line in all your web pages, they will all share the same look.
|
|
This makes it easier to make new pages for your site. -->
|
|
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
|
</head>
|
|
<body>
|
|
<div class="box"> <center>NEGATIVE SPACE: A DOOM PATROL FAN GAME</center><br>
|
|
|
|
A Doom Patrol fan-game made with Bitsy. TV based but takes the Negative Spirit lore introduced in Way's comics run (and the name Mercurius from previous comic runs, even though I.. dislike that name personally) and... goes wild with it. more information <a href="https://spirit.alien.hospital/hc">here.</a> Play as the Negative Spirit after returning to their dimension in Vacay Patrol, coming back to find their home has changed for the worse since they left. Featuring!
|
|
|
|
<li>-Music from someone who doesn't know music</li>
|
|
|
|
<li>-Art from someone who doesn't know art</li>
|
|
|
|
<li>-Vague season 3 timeline placement</li>
|
|
<br><br>
|
|
some notes not indicated on the linked page:<br>
|
|
<li>-in one of the comics, the spirits state that the negative space is "obverse to the positive place" - interpreted here as a sister dimension to the negative space.</li>
|
|
<br><br><big><big><a href="/negativespace">PLAY HERE!</a></big></big><br><br><a href="/homepage">home</a></div>
|
|
</body>
|
|
<style>
|
|
body {
|
|
background: #000;
|
|
font-size: 16px;
|
|
font-weight: 900;
|
|
font-family: monospace;
|
|
color: #fff;
|
|
}
|
|
|
|
.box {
|
|
margin: 0 auto;
|
|
width: 450px;
|
|
padding: 1%;
|
|
height: 450px;
|
|
overflow: scroll;
|
|
border: 2px blue inset;
|
|
}
|
|
|
|
#alara img {
|
|
border: 5px hotpink inset;
|
|
</style>
|
|
</html>
|