-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (50 loc) · 3.3 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module" crossorigin src="/rmg-palette/assets/polyfills-DPA10IH-.js"></script>
<meta charset="utf-8" />
<link rel="icon" href='/rmg-palette/favicon.ico' />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="description" content="Rail Map Toolkit - Palette" />
<base href="./" />
<link rel="apple-touch-icon" href='/rmg-palette/logo192.png' />
<link rel="manifest" href='/rmg-palette/manifest.json' />
<style>
@keyframes animation-spinner {
0% {transform: rotate(0deg)}
100% {transform: rotate(360deg)}
}
.spinner {
border-top: 2px solid currentcolor;
border-right: 2px solid currentcolor;
border-bottom: 2px solid transparent;
border-left: 2px solid transparent;
border-radius: 100%;
width: 28px;
height: 28px;
animation: 0.45s linear 0s infinite animation-spinner;
position: absolute;
top: calc(50% - 16px);
left: calc(50% - 16px);
}
</style>
<title>Palette</title>
<script type="module" crossorigin src="/rmg-palette/assets/index-CgzWA51A.js"></script>
<link rel="modulepreload" crossorigin href="/rmg-palette/assets/react-Xm5uCCSw.js">
<link rel="modulepreload" crossorigin href="/rmg-palette/assets/chakra-C7mz8WDx.js">
<link rel="stylesheet" crossorigin href="/rmg-palette/assets/index-6t6-BF3I.css">
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<div class="spinner"></div>
</div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-polyfill" src="/rmg-palette/assets/polyfills-legacy-DAx2mcB3.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/rmg-palette/assets/index-legacy-CTf337g-.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>
</html>