-
Notifications
You must be signed in to change notification settings - Fork 0
/
unsubscribe.html
51 lines (46 loc) · 1.96 KB
/
unsubscribe.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
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en" dir="ltr">
<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>QRL Mining</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/qrlmining.css">
<link rel="stylesheet" href="foundation-icons/foundation-icons.css">
<link rel="stylesheet" href="webicons/webicons.css">
<link rel="shortcut icon" type="image/png" href="assets/qrlmininggrey.png"/>
<link rel="shortcut icon" type="image/png" href="http://qrl.fr1t2.com/assets/qrlmininggrey.png"/>
</head>
<body>
<p>Sorry to see you go. <br>
To unsubscribe please enter your email below.</p>
<div class="simple-subscription-form ">
<form action="conf/Unsubscribe.php" method="post">
<h4 style="color: #eaa228;"><strong>Leave The Mailing List</strong></h4>
<div class="input-group-dark">
<span class="input-group-dark-label">
<i class="fi-mail"></i>
</span>
<input class="input-group-dark-field"
type="email"
placeholder="Remove Email Address"
name="email"
required>
<button class="gold round button" type="submit" >Bye Bye</button>
</div>
</form>
</div>
<h2>Was this a mistake?</h2>
<p>Return <a href="index.php">Home</a></p>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.equalizer.js"></script>
<script src="js/foundation.core.js"></script>
<script src="js/foundation.util.mediaQuery.js"></script>
<script src="js/foundation.util.imageLoader.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/app.js"></script>
</body>
</html>