-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforgot.html
33 lines (30 loc) · 1.71 KB
/
forgot.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Ethereal - Forgot Password</title>
<link rel="icon" type="image/png" href="./assets/img/ethereal-notext.svg">
<meta name="title" content="Ethereal - Billing Stem">
<meta name="description" content="The new future of easy CPanel management and billing!">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap">
<link rel="stylesheet" href="assets/css/styles.min.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="login-div div-bg">
<h1 class="form-title">Forgotten password?</h1>
<p class="form-description grey">Please enter your email so we can send you a reset password email!<br></p>
<div class="input-div"><label class="form-label grey" for="email">Email Address</label><input type="email" class="form-input" placeholder="Enter your email address..." name="email"></div><button class="purple form-button transition" type="button">Submit</button>
<p class="form-link">Or <a href="login.html"><span class="purple flink transition">go back to login</span></a></p>
</div>
</div>
</div>
</div>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>