-
Notifications
You must be signed in to change notification settings - Fork 188
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 938 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (22 loc) · 938 Bytes
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 name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, interactive-widget=resizes-content">
<link rel="icon" id="favicon" href="/favicon.png" type="image/png">
<link rel="apple-touch-icon" id="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#1f2937"/>
<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="black-translucent">
<title>AMC WebUI</title>
<style id="theme-variables"></style>
<style id="live-artifact-theme-variables"></style>
</head>
<body class="antialiased">
<div id="root"></div>
<script src="%BASE_URL%runtime-config.js"></script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>