-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforgotpassword.php
More file actions
19 lines (18 loc) · 1.21 KB
/
Copy pathforgotpassword.php
File metadata and controls
19 lines (18 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<meta charset = "utf-8">
<meta name = "viewport" content = "width = device-width, initial-scale = 1, shrink-to-fit = no">
<link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity = "sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin = "anonymous">
<link rel = "stylesheet" type = "text/css" href = "loginstyle.css">
</head>
<body style="background-color: #343A40">
<br><h3 align = "center" style = "font-family: monospace; font-size: 28px; color: #FDF6F6;">PLease Enter The Registered Email.</h3><br>
<form method = "POST" action = "passwordmail.php" class = "text-center">
<br><input type = "email" name = "email" placeholder = "Email" style = "font-family: monospace; font-size: 19px;" autocomplete = "off"><br>
<br><input type = "submit" value = "SUBMIT" class = "btn btn-outline-dark" style = "font-family: monospace; font-size: 22px; color: #FDF6F6;"><br>
</form>
<div class = "col-12" align = "center">
<br><h2><a href = "login.php?>" style = "font-family: monospace; font-size: 25px; text-decoration: none; color: #007BFF;">Go To Login Page!</a><h2>
</div>
</body>
</html>