Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthaddeus committed Aug 14, 2023
1 parent b13b152 commit 0577cb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Musical Chairs</title>
<link rel="stylesheet" href="https://apparellnstuff.me/musical-chairs/styles.css"> <!-- Assuming there's a styles.css file -->
<link rel="stylesheet" href="https://apparellnstuff.me/musical-chairs/css/styles.css">
</head>
<body>
<header>
Expand Down Expand Up @@ -52,8 +52,10 @@ <h2>Directory Structure</h2>
</section>
</main>
<footer>
<p>Copyright &copy; 2023 Thomasthaddeus. All rights reserved.</p>
<p>Copyright &copy; 2023 Thaddeus Thomas. All rights reserved.</p>
<p><a href="https://apparellnstuff.me/" target="_blank">Back to Home Site</a></p>
</footer>
<script src="https://apparellnstuff.me/musical-chairs/js/dropdown_enhancements.js"></script>
<script src="https://apparellnstuff.me/musical-chairs/js/smooth_scrolling.js"></script>
</body>
</html>

0 comments on commit 0577cb7

Please sign in to comment.