-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (22 loc) · 774 Bytes
/
index.html
File metadata and controls
31 lines (22 loc) · 774 Bytes
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
<!doctype html>
<html lang="en">
<head>
<title data-react-helmet="true">Backpack — Skyscanner's Design System</title>
<link rel="canonical" href="https://www.skyscanner.design">
<noscript>
<meta http-equiv="refresh" content="0; url=https://www.skyscanner.design">
</noscript>
<script type="text/javascript">
window.location.replace("https://www.skyscanner.design");
</script>
</head>
<body>
<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
<h1>If you are not redirected, please go to <a>https://www.skyscanner.design</a> instead.</h1>
</body>
</html>