Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
srivamsidandu authored Oct 24, 2023
1 parent 943e3e8 commit 31274a8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,20 +173,11 @@ <h2>Instructions</h2>
</div>
<!-- end of keyboard div -->
</main>
<!-- footer contains two divs, one for social media links, one for Contact Us link -->
<footer>

<!-- Contact Us link to contact page -->

<p>&copy; 2023 Pumpkin Puzzler. All rights reserved.</p>
<p>Contact us at: [email protected]</p>

</footer>
<!--script for the fontawesome icons-->
<script src="https://kit.fontawesome.com/f92ca5e5ec.js" crossorigin="anonymous"></script>
<!--script holding array of word objects (with hint, meaning, type) from which random word is chosen by type -->
<script src="assets/js/words.js"></script>
<!--script for page functionality and game functionality -->
<script src="assets/js/script.js"></script>
</body>
</html>
</html>

0 comments on commit 31274a8

Please sign in to comment.