-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<title>mh091rc1a</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,600&subset=latin" />
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400&subset=latin" />
<link rel="stylesheet" type="text/css" href="./style/tx-static.css" />
<link rel="stylesheet" type="text/css" href="./style/tx-dark.css" />
<link rel="stylesheet" type="text/css" href="./style/tx.css" />
<script>
function run() {
import("./dist/mh091rc1a.js")
}
</script>
</head>
<body onload="run()" style="overflow: hidden; margin: 0; padding: 0;">
<div style="
display: flex;
position: absolute;
left: 0;
top: 0;
margin: 0;
width: 100vw;
height: 100vh;
align-items: center;
justify-content: center;">
mh091rc1a is loading...
</div>
</body>
</html>