moth/packages/wopr/www/wopr/index.html

15 lines
398 B
HTML
Raw Normal View History

2011-02-25 22:24:01 -07:00
<html>
<head>
2011-02-28 08:14:24 -07:00
<title>WOPR connection</title>
2011-02-25 22:24:01 -07:00
<script type="text/javascript" src="wopr.js"></script>
<link rel="stylesheet" href="wopr.css">
</head>
<body>
<pre id="output">Connecting...</pre>
<form action="#prompt" onsubmit="return go();" autocomplete="off">
<span id="prompt" name="prompt"></span>
<input id="input" type="text">
</form>
</body>
</html>