assassin-bug/src/game/index.html

10 lines
207 B
HTML
Raw Normal View History

2021-11-03 11:08:40 +00:00
<html>
<head>
<title>Assassin bug</title>
</head>
<body>
<h1>Assassin bug</h1>
2021-11-04 19:58:37 +00:00
<div aria-live="polite" id="output-area"></div>
2021-11-03 11:08:40 +00:00
<input type="text" id="input-area" placeholder="Type command" />
</body>
</html>