-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
943e3e8
commit 31274a8
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>© 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> |