Skel
This commit is contained in:
11
src/game/index.html
Normal file
11
src/game/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
1
src/game/index.js
Normal file
1
src/game/index.js
Normal file
@@ -0,0 +1 @@
|
||||
document.getElementById('output-area').appendChild(document.createTextNode("Hi I'm javascript and I approve this message"));
|
Reference in New Issue
Block a user