Skip to content

Commit

Permalink
Format HTML code
Browse files Browse the repository at this point in the history
  • Loading branch information
lulunac27a committed May 15, 2024
1 parent 89add79 commit add0551
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions dice-game-webapp/src/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<title>Dice Game Web App in Haxe</title>
</head>
<body>
<h1>Dice Game Web App using Haxe</h1><br/>
<label for="dice">Number of dice to roll:<br/></label><input type="number" step="1" id="dice" min="1"/><br/>
<button id="roll">Roll Dice!</button><br/>
<div id="app">
</div>
</head>
<body>
<h1>Dice Game Web App using Haxe</h1>
<br />
<label for="dice">Number of dice to roll:<br /></label
><input type="number" step="1" id="dice" min="1" /><br />
<button id="roll">Roll Dice!</button><br />
<div id="app"></div>
<!--computed Haxe code in JavaScript-->
<script src="app.js"></script>
</body>
</html>
</body>
</html>

0 comments on commit add0551

Please sign in to comment.