-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
36 lines (36 loc) · 1.91 KB
/
thanks.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="favicon.png" >
<link href="https://fonts.googleapis.com/css?family=Comfortaa|Righteous&display=swap" rel="stylesheet">
<link rel="stylesheet" href="CSS/style.css">
<meta http-equiv="refresh" content="1; url=https://savethedrop.netlify.com" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<title>Save the Drop - Thanks</title>
</head>
<body>
<nav class="navbar navbar-fixed-top">
<div class="container topnav">
<div class="navbar-header">
<a style="display: flex;align-items:center;" class="navbar-brand" href="https://savethedrop.netlify.com"><img class="logo" src="images/logo.png" alt="logo">Save The Drop.</a>
</div>
</div>
</nav>
<section>
<div class="container quote desktop" style="color: rgb(18,136,233);">
<h1>Thanks for joining Us</h1>
<h3>You'll be redirect to home. If not please <a href="https://savethedrop.netlify.com">Click Here</a></h3>
<img src="images/loading.gif" alt="">
</div>
<div class="container quote mobile" style="color: rgb(18,136,233);margin-top:30%;">
<h3>Thanks for joining Us</h3>
<h5>You'll be redirect to home. If not please <a href="https://savethedrop.netlify.com">Click Here</a></h5>
<img src="images/loading.gif" alt="">
</div>
</section>
</body>
</html>