-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
63 lines (47 loc) · 2.13 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="">
<title>Expresso</title>
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="/dist/css/style.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800|Dosis:300,600">
<!-- Favicons -->
<link rel="apple-touch-icon" href="/dist/images/apple-touch-icon.png">
<link rel="icon" href="/dist/images/favicon.png">
</head>
<body class="body-scrolled">
<nav class="topbar topbar-expand-md topbar-nav-centered">
<div class="container">
<center>
<div class="topbar-center">
<a class="topbar-brand" width="200px" href="/">
<img class="logo-default" style="width: 200px;" src="dist/images/logo.png" alt="logo">
<img class="logo-inverse" src="dist/images/logo-light.png" alt="logo">
</a>
</div>
</center>
</div>
</nav>
<!-- Header -->
<header class="header header-inverse h-fullscreen py-0" style="background-color: white;" data-overlay="1">
<div class="container text-center">
<div class="row h-full align-items-center">
<div class="col-12 col-lg-8 offset-lg-2">
<h1 style="color: black;"class="display-2 text-uppercase ls-3">It's on the way!</h1>
<h3 style="color: black;">Our delivery people are bringing you your coffee now.</h3>
<a href="/"><button class="btn btn-primary">Back to the main page</button></a>
</div>
</div>
</div>
</header>
<!-- END Header -->
<!-- Turbo library imports: jQuery, Turbo CDN, sample app.js -->
<script type="text/javascript" src="dist/js/vendor.min.js"></script>
<script type="text/javascript" src="https://cdn.turbo360-dev.com/dist/turbo.min.js"></script>
<script type="text/javascript" src="dist/app/app.min.js"></script> <!-- Your app specific code -->
</body>
</html>