-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunsubmsg.html
27 lines (26 loc) · 1.17 KB
/
unsubmsg.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
<!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>Weather Alert</title>
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.bundle.min.js">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js">
</head>
<body>
<div class="jumbotron text-center">
<h1 class="display-3">WE'RE SORRY TO SEE YOU GO 😔.</h1>
<p class="lead">You've been successfully unsubscribed from our <strong>Weather Alerts</strong> <br> If you want to rejoin follow <a href="/subscribe">this link</a> <br>Thank You.</p>
<hr>
<p>
Having trouble? <a href="mailto:20dcs138@charusat.edu.in">Contact us</a>
</p>
<p class="lead">
<a class="btn btn-primary btn-sm" href="/" role="button">Continue to homepage</a>
</p>
</div>
</body>
</html>