-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuccess.html
27 lines (26 loc) · 1.14 KB
/
success.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">Thank You!</h1>
<p class="lead">Thank you subscribing <strong>Weather Alerts</strong> from us 🙏<br> From tomorrow onwards you will receive all alerts of your preferred location's weather.</p>
<hr>
<p>
Having trouble? <a href="mailto:[email protected]">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>