-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththank_you.html
27 lines (24 loc) · 1.21 KB
/
thank_you.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 name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link href="theme.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@900&family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400&display=swap" rel="stylesheet">
<title>Thank you!</title>
</head>
<body>
<div id="theme-switcher" class="position-absolute top-0 end-0 p-2 curs" role="button">
<i id="theme-icon" class="bi bi-sun"></i>
</div>
<div class="container mt-4">
<h1>Thank you!</h1>
<a href="./" class="btn btn-success mt-3">Continue shopping</a>
</div>
<script src="sys/theme.js"></script>
</body>
</html>