Skip to content

Commit

Permalink
Update tilegame.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nishihere19 authored Apr 18, 2020
1 parent 7608872 commit 21dad83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tilegame.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
href="tilegame.css";
</head>
<body><p>Click <b>the numbers</b> in <b>ascending </b>order to play!!</p>
<div><b>Top 5</b></div>
<span id="best_time_1">0.00</span><br>
<span id="best_time_2">0.00</span><br>
<span id="best_time_3">0.00</span><br>
<span id="best_time_4">0.00</span><br>
<span id="best_time_5">0.00</span>
<div class="game">
<input type="button" onclick="fnc();" id="st" value="start the game" style="background-color: darkslategray">
<div class="grid">
Expand Down Expand Up @@ -39,4 +45,4 @@
<script src="tilegame.js">
</script>
</body>
</html>
</html>

0 comments on commit 21dad83

Please sign in to comment.