-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathforgot-password-success.html
More file actions
33 lines (32 loc) · 1.37 KB
/
forgot-password-success.html
File metadata and controls
33 lines (32 loc) · 1.37 KB
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
<html>
<head>
<meta name="viewport" content="width=device-width"/>
<link href="//cdnjs.cloudflare.com/ajax/libs/materialize/0.100.1/css/materialize.min.css" rel="stylesheet"/>
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
<link href="dist/css/main.css" rel="stylesheet"/>
</head>
<body>
<div class="main">
<div class="page--full row">
<div class="col m12 s12">
<div class="form--input">
<div class="form--title">
<h1 class="headline">Forgot password?</h1>
<h3 class="subhead">We'll send you an email to reset it</h3>
</div>
<div class="input-field">
<label for="name">Email Address</label>
<input class="validate" id="name" type="text"/><img class="inner--label" src="dist/images/Path 3.png"/>
</div>
</div>
<div class="form--button waves-effect waves-light btn-large">Sent!</div>
<div class="alert--message center">Check your email for <br> the instructions we sent to reset <br> your password</div>
</div>
</div>
</div>
<script src="dist/scripts/jquery.min.js"></script>
<script src="dist/scripts/hideshowpassword.min.js"></script>
<script src="dist/scripts/materialize.min.js"></script>
<script src="dist/scripts/main.js"></script>
</body>
</html>