Skip to content

Commit

Permalink
Deployment 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanbose-100 committed Oct 15, 2024
1 parent 4977385 commit 2950c22
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
File renamed without changes.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>This is an index page</h1>
</body>
</html>
4 changes: 2 additions & 2 deletions user_profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<nav>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="appointment_records.php">Appointments</a></li>
<li><a href="appointment_records.php">My Appointments</a></li>
<li><a href="validation/logout_user.php">Logout</a></li>
</ul>
</nav>
Expand All @@ -40,7 +40,7 @@
</div>
</div>
<div class="appointment-history">
<h2>Appointment History</h2>
<h2>Recent Appointments</h2>
<ul>
<li>
<h3>Appointment with Dr. Smith</h3>
Expand Down

0 comments on commit 2950c22

Please sign in to comment.