-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 2.98 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 2.98 KB
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
<!DOCTYPE html><html lang=en style="height: 100%;"><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,600" rel=stylesheet><link rel=stylesheet href=https://use.fontawesome.com/releases/v5.5.0/css/all.css integrity=sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU crossorigin=anonymous><script src=https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.min.js></script><script src=https://unpkg.com/vue-chartjs/dist/vue-chartjs.min.js></script><script src=https://apis.google.com/js/api.js></script><title>The Palantir</title><link rel=apple-touch-icon sizes=180x180 href=/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png><link rel=manifest href=/site.webmanifest><link rel=mask-icon href=/safari-pinned-tab.svg color=#f36e32><meta name=msapplication-TileColor content=#383838><meta name=theme-color content=#ffffff><link href=/css/chunk-e30e581e.9e4149e2.css rel=prefetch><link href=/js/chunk-e30e581e.9d1e6ce4.js rel=prefetch><link href=/css/app.098a66f7.css rel=preload as=style><link href=/js/app.c236144b.js rel=preload as=script><link href=/js/chunk-vendors.d67e1cd0.js rel=preload as=script><link href=/css/app.098a66f7.css rel=stylesheet>
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
// ----------------------------------------------------------------------
// This script checks to see if a redirect is present in the query string
// and converts it back into the correct url and adds it to the
// browser's history using window.history.replaceState(...),
// which won't cause the browser to attempt to load the new url.
// When the single page app is loaded further down in this file,
// the correct url will be waiting in the browser's history for
// the single page app to route accordingly.
(function(l) {
if (l.search) {
var q = {};
l.search.slice(1).split('&').forEach(function(v) {
var a = v.split('=');
q[a[0]] = a.slice(1).join('=').replace(/~and~/g, '&');
});
if (q.p !== undefined) {
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + (q.p || '') +
(q.q ? ('?' + q.q) : '') +
l.hash
);
}
}
}(window.location))
</script>
<!-- End Single Page Apps for GitHub Pages -->
</head><body style="background: #0b161b; height: 100%; overflow: hidden;"><noscript><strong>We're sorry but palantir doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=page></div><script src=/js/chunk-vendors.d67e1cd0.js></script><script src=/js/app.c236144b.js></script></body></html>