-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.06 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Segment Editor" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Manage Jellyfin Media Segment positions the simple way."
/>
<meta
property="og:url"
content="https://github.com/intro-skipper/segment-editor-react"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/intro-skipper/intro-skipper/10.10/images/logo.png"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="280" />
<link rel="icon" href="/favicon.png" type="image/png" />
<link rel="apple-touch-icon" href="/logo192.png" />
<title>Segment Editor</title>
</head>
<body>
<div id="segment-editor-root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>