JourneyToZionOld/index.html

51 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link id="icon" rel="shortcut icon" href="slctemple7_edit.jpg">
<title>Journey To Zion</title>
</head>
<body style="font-family:Courier New;">
<div id="head" class="center" style="width: 90%;text-align: center;">
<h1>Journey To Zion</h1>
</div>
<div id="menu" class="center" style="float: left;border-style: solid;width: 10%;">
<p id="map">Map</p>
<p id="status">Status</p>
<p id="trade">Trade</p>
<p id="buy">Buy</p>
<p id="pace">Pace</p>
<p id="rations">Rations</p>
<p id="rest">Rest</p>
<p id="downloadLog">Download Log</p>
</div>
<div id="info" style="float: left;border-style: solid;width: 40%;">
<div id="game" style="width: 100%;">
</div>
<!--<label for="log">Journey Log</label>
<textarea id="log" name="log" rows="16" cols="35">
</textarea>-->
<div id="log" style="overflow-y: scroll;border-style: solid;width: 100%;max-height: 200px;height: 200px;">
</div>
</div>
<div id="info" style="float: left;border-style: solid;width: 40%;">
<p id="date">Maytember 1, 2002</p>
<p id="weather">Weird</p>
<p id="tempature">-10F</p>
<p id="nextLandmark">New York</p>
<p id="disToLandmark">-100</p>
<p id="disTraveled">-100</p>
<p id="percentage">-100%</p>
<p id="pause">Pause/Play</p>
</div>
<script src="game.js"></script>
</body>
</html>