Update templates/landing.html
Browse files- templates/landing.html +2 -1
templates/landing.html
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>Welcome to Your App</title>
|
5 |
-
|
6 |
<link rel="stylesheet" type="text/css" href="style.css">
|
7 |
</head>
|
8 |
<body>
|
@@ -11,5 +10,7 @@
|
|
11 |
<a href="/login">Login</a>
|
12 |
<br>
|
13 |
<a href="/register">Register</a>
|
|
|
|
|
14 |
</body>
|
15 |
</html>
|
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>Welcome to Your App</title>
|
|
|
5 |
<link rel="stylesheet" type="text/css" href="style.css">
|
6 |
</head>
|
7 |
<body>
|
|
|
10 |
<a href="/login">Login</a>
|
11 |
<br>
|
12 |
<a href="/register">Register</a>
|
13 |
+
<br>
|
14 |
+
<a href="/password-reset-request">Forgot Password?</a> <!-- Add this line -->
|
15 |
</body>
|
16 |
</html>
|