assassin-bug/src/game/index.html

11 lines
220 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>
<div id="output-area"></div>
<input type="text" id="input-area" placeholder="Type command" />
<script src="game.js"></script>
</body>
</html>