-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
45 lines (45 loc) · 1.94 KB
/
index.html
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<!--
PatchyVideo/Platinum v<%= version %>(<%= gitLatest.hash %>)
MIT License, Copyright (c) 2019-2022 VoileLabs
Generated: <%= date.toISOString() %>
-->
<!-- TIMING -->
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- ICON -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="apple-mobile-web-app-title" content="PatchyVideo" />
<meta name="application-name" content="PatchyVideo" />
<meta name="msapplication-TileColor" content="#9f00a7" />
<meta name="theme-color" content="#ffffff" />
<!-- VIEW -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="#000000" />
<!-- PWA -->
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- META-START -->
<title>PatchyVideo</title>
<meta name="description" content="Platinum web client for PatchyVideo" />
<meta name="keywords" content="PatchyVideo Platinum" />
<!-- META-END -->
<meta name="author" content="PatchyVideo" />
<meta name="referrer" content="never" />
<link rel="preconnect" href="https://patchyvideo.com" />
<link rel="preconnect" href="https://patchyvideo.com" crossorigin />
</head>
<body class="dark:bg-gray-900 dark:text-white">
<div id="app"></div>
<script
src="https://polyfill.io/v3/polyfill.min.js?features=default%2Ces2018%2CIntl.Locale%2CIntl.getCanonicalLocales%2CIntl.DateTimeFormat%2CIntl.NumberFormat"
crossorigin="anonymous"
></script>
<script type="module" src="/packages/main/main.ts"></script>
</body>
</html>