-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
26 lines (26 loc) · 1.29 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
<!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="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="robots" content="noindex" />
<meta name="description" content="Choose and drag metro stations from different cities and connect them with 135 degree rounded corner lines" />
<base href="./" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="stylesheet" href="/styles/fonts.css" />
<link rel="manifest" href="/manifest.json" />
<title>Rail Map Painter</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;">
Initializing Rail Map Painter core...
</p>
</div>
<script type="module" src="src/index.tsx"></script>
</body>
</html>