-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 885 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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.svg" type="image/svg+xml">
<link rel="apple-touch-icon" id="apple-touch-icon" href="/favicon.svg">
<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>All Model Chat</title>
<style id="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>