-
Notifications
You must be signed in to change notification settings - Fork 0
/
success.html
30 lines (22 loc) · 945 Bytes
/
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
28
29
30
<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>Success</title>
<link rel="icon"
href="https://cdn-icons.flaticon.com/png/512/2623/premium/2623007.png?token=exp=1658251619~hmac=c94461c324230f97b77074cc02f3424b"
type="image/x-icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
</head>
<body>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-2 font-weight-bold">Awesome!</h1>
<p class="lead">You have been successfully signed up to the newsletter, looking forward to lots of awesome
content! <img style="display: inline;" width="60px" height="60px"
src="https://cdn-icons-png.flaticon.com/512/7487/7487148.png" alt=""></p>
</div>
</div>
</body>
</html>