Skip to content

Commit

Permalink
chnage the path of the files
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh-tantia committed Feb 26, 2024
1 parent b2d6aad commit 8ac989d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ <h1 class="logo">Your Friend's</h1>
<li class="dropdown">
<a class="navbar-link">Test</a>
<ul class="dropdown-menu">
<li><a href="anxiety_test.html">Anxiety Test</a></li>
<li><a href="depression_test.html">Depression Test</a></li>
<li><a href="depression_test.html">Depression Test</a></li>
<li><a href="anxiety_test.php">Anxiety Test</a></li>
<li><a href="depression_test.php">Depression Test</a></li>
<li><a href="depression_test.php">Depression Test</a></li>
<!-- Add more options as needed -->
</ul>
</li>
Expand Down Expand Up @@ -117,7 +117,7 @@ <h2 class="hero-title">Your Trusted Guides</h2>
<span class="popup-close close" onclick="closePopup()">&times;</span> <!-- Close button -->
</div>
</div>
<a href="./redirection/register.html" id="registerLink" class="btn btn-outline" onclick="openPopup(event)">Register</a>
<a href="./redirection/register.php" id="registerLink" class="btn btn-outline" onclick="openPopup(event)">Register</a>
</div>

<script>
Expand Down

0 comments on commit 8ac989d

Please sign in to comment.