Fix div tag

pull/44/head
Vedant Jajoo 4 years ago committed by GitHub
parent 14d752908c
commit b158e0b841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,8 +90,8 @@ Create a new file named **index.html**. Add the following HTML:
<div>
<input type="text" id="typed-value" /> <!-- The textbox for typing -->
<button type="button" id="start">Start</button> <!-- To start the game -->
<script src="script.js"></script>
</div>
<script src="script.js"></script>
</body>
</html>
```

Loading…
Cancel
Save