-
-
Notifications
You must be signed in to change notification settings - Fork 151
/
index.html
32 lines (32 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>soa-ecs</title>
<link
href="https://unpkg.com/tachyons@4/css/tachyons.min.css"
rel="stylesheet"
/>
<!-- <link href="tachyons.min.css" rel="stylesheet" /> -->
<style></style>
<script
async
defer
data-domain="thi.ng"
src="https://plausible.io/js/plausible.js"
></script>
</head>
<body class="sans-serif">
<div id="app"></div>
<!-- <div>
<a
class="link"
href="https://github.com/thi-ng/umbrella/tree/develop/examples/soa-ecs"
>Source code</a
>
</div> -->
<script type="text/javascript" src="./src/index.ts"></script>
</body>
</html>