-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (51 loc) · 3.4 KB
/
index.html
File metadata and controls
52 lines (51 loc) · 3.4 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="description" content="Bring your metro vision to life! - Design, draw, visualize and share metro system with authentic city styles & AI announcements!" />
<base href="./" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="canonical" href="https://railmapgen.org" />
<title>Rail Map Toolkit - The Ultimate Metro Map Creator</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<p style="position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);margin: 0;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;">
Loading Rail Map Toolkit...
</p>
<p style="position: absolute;top: 75%;left: 50%;transform: translate(-50%, -50%);margin: 0;font-size: small;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;color: gray;">
Seeing this page for too long? Try another mirror
<a href="https://railmapgen.org" target="_blank" rel="noreferrer">Official Mirror</a>,
<a href="https://railmapgen.github.io" target="_blank" rel="noreferrer">GitHub Mirror</a>,
<a href="https://railmapgen.gitlab.io" target="_blank" rel="noreferrer">Gitlab Mirror</a>,
or the
<a href="https://github.com/railmapgen/railmapgen.github.io/releases" target="_blank" rel="noreferrer">offline applications</a>
.
<br/>
<br/>
Offline applications are also available via ghfast.top
<a id="win">Windows</a>
<a id="mac">MacOS</a>
<a id="linux">Linux</a>
if you are behind the GFW :)
</p>
</div>
<script>
if (!crypto.randomUUID) {
crypto.randomUUID = () => Math.random().toString(36).slice(2);
}
const d = new Date();const tag=`${d.getFullYear()}${String(d.getMonth()+1).padStart(2, '0')}01`;const ver=`${String(d.getFullYear()).slice(-2)}.${d.getMonth()+1}.1`;
document.getElementById('win').href=`https://ghfast.top/https://github.com/railmapgen/railmapgen.github.io/releases/download/tauri-${tag}/Rail.Map.Toolkit_${ver}_x64-setup.exe`;
document.getElementById('mac').href=`https://ghfast.top/https://github.com/railmapgen/railmapgen.github.io/releases/download/tauri-${tag}/Rail.Map.Toolkit_${ver}_aarch64.dmg`;
document.getElementById('linux').href=`https://ghfast.top/https://github.com/railmapgen/railmapgen.github.io/releases/download/tauri-${tag}/Rail.Map.Toolkit_${ver}_amd64.deb`;
</script>
<script type="module" src="src/index.tsx"></script>
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9532859204720704" crossorigin="anonymous"></script> -->
</body>
</html>