Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Added button to start game instead of keypress
  • Loading branch information
sabarish1827 authored Feb 8, 2024
1 parent 1670d76 commit 1fd50a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
</head>

<body>
<h1 id="level-title">Press A Key to Start</h1>
<h1 id="level-title">Press the button to Start</h1>
<div class="starter">
<button class="startbtn">Start</button>
</div>
<div class="container">
<div class="row">

Expand Down

0 comments on commit 1fd50a4

Please sign in to comment.