Added missing div tag

Added closed missing closed div tag in index.html example in readme file
This commit is contained in:
Vedant Jajoo
2020-11-17 21:50:24 +05:30
committed by GitHub
parent 44c1c756ed
commit 14d752908c

View File

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