|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/markrose/mars/ |
Upload File : |
<HTML>
<HEAD><TITLE>Exploring Areopolis</TITLE>
<style>
h2
{color:#9C8900;}
h3
{color:#9C8900;}
h4
{color:#9C8900;}
h5
{color:#9C8900;}
h6
{color:#9C8900;}
</style>
</HEAD>
<BODY BGCOLOR="#F2EED1">
<form action="" name="theform">
<script language="javascript" type="text/javascript">
function explore()
{
var theform = document.theform;
var myname = escape(theform.myname.value);
if (myname == "") myname = "Morgan";
var mysex = "f";
if (theform.sex[1].checked) mysex = "m";
window.location = "areopolis.html?name=" + myname + "&sex=" + mysex;
}
</script>
<h2>Exploring Areopolis</h2>
<table width="100%">
<tr>
<td width="5%">
<td width="90%" bgcolor="#7E250D">
<h3><font color="#FFCC00">What is this?</font></h3>
<font color="#E1BC26">
<i>Against Peace and Freedom</i> started out as a Hypercard stack named <i>AD 4901</i>. Through the magic of the Web, the archaic technology of Hypercard can be replaced with archaic HTML plus Javascript!
<p>This interactive set of pages reproduces part of the original game, and serves as an introduction to the <a href="../incatena.html">Incatena</a> and to the book. Some of the material here is in the first few chapters of the book, but quite a bit isn’t.
<p><i>© 2011 Mark Rosenfelder</i>
</font>
</td>
<td width="5%"></td>
</tr></table>
<p>You’re an Agent of the Human Incatena, recovering from your last mission in your swanky if disordered apartment in Areopolis. Your name is... hell, what is your name again, anyway?
<center><input type="text" name="myname" value="Morgan">
<p><Input type = "radio" name="sex" value="f">Female
<Input type ="radio" name="sex" Value="m">Male
</center>
<p>When you’re ready to move, press the button below. You’ve received a summons from the boss, so you should really get to the Incatena Spire at some point.
<center><input type="button" value="Explore!" onClick="explore();"></center>
</form>
</body>
</html>