Skip to content

Commit

Permalink
Header for login page
Browse files Browse the repository at this point in the history
  • Loading branch information
kathirvel13 committed Dec 15, 2024
1 parent b4570fa commit 539db04
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<!-- Header -->
<header>
<h1>Personal Finance Tracker for Students</h1>
<nav>
<ul>
<li><a href="/Knight_Coders/#log-expenses">Log Expenses</a></li>
<li><a href="/Knight_Coders/#savings-goals">Savings Goals</a></li>
<li><a href="login">Log In</a></li>
</ul>
</nav>
</header>
<!-- Login Form -->
<section class="container">
<h1>Student Login</h1>
<form action="/Knight_Coders/" method="POST">
<div class="form-group">
Expand All @@ -23,6 +35,6 @@ <h1>Student Login</h1>
<div class="container">
<p>Don't have an account? <a href="register">Register here</a>.</p>
</div>
</div>
</section>
</body>
</html>

0 comments on commit 539db04

Please sign in to comment.