Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
added correct link for florida resident page
  • Loading branch information
vinniem19 authored Jun 9, 2024
1 parent 1cde431 commit fd58f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 id="open-txt">Theme Park <span id="guideword"> Guide!</span></h1>
<a class="nav-link" href="./plan.html">Plan</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">Florida Resident</a>
<a class="nav-link" href="./floridaresident.html">Florida Resident</a>
<li class="nav-item">
<a class="nav-link" href="./contact.html">Contact</a>
</li>
Expand Down Expand Up @@ -141,4 +141,4 @@ <h1 id="open-txt">Theme Park <span id="guideword"> Guide!</span></h1>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<script src="./script.js"></script>
</body>
</html>
</html>

0 comments on commit fd58f77

Please sign in to comment.