-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1 KB
/
index.html
File metadata and controls
26 lines (23 loc) · 1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#FF0000" data-react-helmet="true" />
<meta property="og:ttl" content="600" />
<meta property="og:type" content="website" />
<meta property="og:title" content="YouTube caption search" />
<meta property="og:site_name" content="youtube-caption-search" />
<meta property="og:url" content="https://theghostofinky.github.io/youtube-caption-search/" />
<meta property="og:description" content="Crawler for YouTube captions" />
<meta property="og:image" content="https://theghostofinky.github.io/youtube-caption-search/icon.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<title>YouTube caption search</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>