-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Haiku Ninja</title>
<noscript>To use Haiku Ninja, please enable Javascript.</noscript>
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/static/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/static/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/static/manifest.json">
<link rel="mask-icon" href="/static/safari-pinned-tab.svg" color="#5bbad5">
<!-- Facebook Open Graph -->
<meta property="og:site_name" content="Haiku Ninja"/>
<meta property="og:url" content="https://haikuninja.com" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Find the Hidden Zen in YouTube Comments" />
<meta property="og:description" content="Search the comments of YouTube videos for hidden haiku." />
<meta property="og:image" content="https://haikuninja.com/static/android-chrome-256x256.png" />
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>