-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 950 Bytes
/
index.html
File metadata and controls
41 lines (41 loc) · 950 Bytes
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
40
41
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="dialog-close">
<div id="icon-close"></div>
Close
</div>
<div id="dialog">
<form method="POST" action="">
<center>
<div id="logo"></div>
<br><br><br><br>
<h2>Leveling up, yay!</h2>
<br><br>
<h3>Good move, you will love leveling up each week in your inbox.</h3>
<br><br>
<div id="editbox">
<div id="icon-email"></div>
<input type="email" name="email" placeholder="Enter your fab email address here..." required>
</div>
<br>
<center>
<div id="text">
<div id="icon-verify"></div>
<p>
We will never sell your information, ever. We actually like you.
</p>
</div>
</center>
</center>
<button>
Subscribe <div id="icon-success"></div>
</button>
</form>
</div>
</body>
</html>