11 lines
220 B
HTML
11 lines
220 B
HTML
|
<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>
|