forked from cedya77/aiometadata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 854 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 854 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" />
<title>AIOMetadata Configuration</title>
<!-- __INJECTED_ENV__ -->
<link rel="icon" href="/favicon.png" type="image/png" sizes="32x32" />
<link rel="icon" href="/favicon.png" type="image/png" sizes="16x16" />
<link rel="apple-touch-icon" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.png" type="image/png" />
<meta name="theme-color" content="#01b4e4" />
<meta
name="description"
content="Configure your AIOMetadata Addon for Stremio"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/configure/src/main.tsx"></script>
</body>
</html>