-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 939 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="yes" name="mobile-web-app-capable">
<meta content="#0b0b20" name="msapplication-TileColor">
<meta content="icon.png" name="msapplication-TileImage">
<meta content="#0b0b20" name="theme-color">
<meta content="Javascript Microbes Playground" name="description">
<link href="/manifest.json" rel="manifest">
<link href="/icon.png" rel="apple-touch-icon" sizes="192x192">
<link href="/icon.png" rel="icon" sizes="192x192" type="image/png">
<link href="/favicon.ico" rel="icon" type="image/x-icon">
<title>Microbes</title>
</head>
<body>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
</html>