-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
24 lines (22 loc) · 852 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
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
<meta http-equiv="expires" content="0">
<meta name="description" content="Oero Editor">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/icon/icon-192.png" sizes="192x192">
<title>oreo-editor</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts">
</script>
</body>
</html>