-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 788 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="HIDE: Quick prototyping & development with real-time collaboration" />
<meta name="theme-color" content="#ffffff" />
<meta name="version" content="__APP_VERSION__" />
<meta name="builddate" content="__APP_BUILDDATE__" />
<link rel="icon" type="image/svg+xml" href="/hide.svg" />
<link rel="apple-touch-icon" href="/assets/images/logo192.png" sizes="192x192" />
<!-- <link rel="preload" href="/assets/images/logo.png" as="image" /> -->
<title>HIDE</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>