-
Notifications
You must be signed in to change notification settings - Fork 1
/
email.html
39 lines (31 loc) · 1.07 KB
/
email.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
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reset password - Trivago</title>
<link rel="stylesheet" href="styles/email.css">
<link rel="icon" type="image/x-icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRdeXTVDu67JZDJNNRO9MhA7OBpUHYgEC54aw&usqp=CAU">
</head>
<body>
<div id="container">
<div id="logo">
<img
src="https://auth.trivago.com/_static/icons/logo.svg"
alt="trivago logo"
/>
</div>
<button class="back"> <a href="forgetpw.html">< Back</a> </button>
<div id="main">
<h1>
Check your email
</h1>
<p>
We just sent an email with a link for resetting your password to:
</p>
<p>If it does not arrive, check your spam folder or try <span>resending</span> .</p>
</div>
</body>
</html>
<script src="scripts/email.js"></script>