mirror of https://github.com/dirtbags/moth.git
15 lines
398 B
HTML
15 lines
398 B
HTML
<html>
|
|
<head>
|
|
<title>WOPR connection</title>
|
|
<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>
|