Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MaMikaDev committed Oct 23, 2022
1 parent fd1efcf commit 0072b57
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
<title>Rock Paper Scissors Game!</title>
</head>
<body>
<header class="header">
<header class="header">
<h1>Let's Play!</h1>
</header>
</header>

<main>

<div class="instructions"><p id="styleB">Choose your hand below:</p></div>

<div class="buttons">
Expand Down Expand Up @@ -44,10 +43,8 @@ <h1>Let's Play!</h1>
</div>
<div id="roundScores"><p id="final"></p></div>
</div>


</main>

<footer class="footer">2022 &copy; Martyna 'The Other MK' Kowalczyk</footer>
<footer class="footer">2022 &copy; Martyna 'The Other MK' Mika</footer>
</body>
</html>

0 comments on commit 0072b57

Please sign in to comment.