-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdistanceunknown.html
34 lines (28 loc) · 1.16 KB
/
distanceunknown.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4964NB1NTF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4964NB1NTF');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Ashley Louie, Jenny Chan">
<title>DISTANCE UNKNOWN</title>
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css"><!-- bootstrap css -->
<link rel="stylesheet" href="https://use.typekit.net/eqc7jzl.css"><!-- adobe typekit css -->
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="stylesheet" type="text/css" href="./css/distance-unknown.css">
</head>
<body>
<header class="p-2">
<p class="ps-3">Back to <a href="../">Migration Website</a></p>
</header>
<iframe src="https://distanceunknown.cargo.site/" title="DISTANCE UNKNOWN"></iframe>
</body>
</html>