-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (43 loc) · 2.33 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta sign="880f27e6d0c4daf6c6143beb568a73075f02b75d53e690e6bb79297435d7cf5a8404a4c84ba35416556b92628987d76b9067a4a4ef5d30f63b2b7d0f89b0a26b">
<link rel="icon" type="image/ico" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" type="image/ico" href="<%= BASE_URL %>favicon_48.ico">
<link rel="icon" href="<%= BASE_URL %>favicon.png" />
<link rel="icon" href="<%= BASE_URL %>favicon_48.png" />
<title>YourCat | Photo Sharing for All Cat Persons</title>
<meta name="description" content="Photo Sharing for All Cat Persons.">
<meta name="keywords" content="Cat, Photo, Share">
<meta name="thumbnail" content="https://mirumi.me/apps/yourcat/yourcat-main-visual.png">
<meta property="og:type" content="website">
<meta property="og:description" content="Photo Sharing for All Cat Persons.">
<meta property="og:title" content="YourCat | Photo Sharing for All Cat Persons">
<meta property="og:url" content="https://mirumi.me/apps/yourcat">
<meta property="og:image" content="https://mirumi.me/apps/yourcat/yourcat-main-visual.png">
<meta property="og:site_name" content="YourCat | Photo Sharing for All Cat Persons">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:description" content="Photo Sharing for All Cat Persons.">
<meta property="twitter:title" content="YourCat | Photo Sharing for All Cat Persons">
<meta property="twitter:url" content="https://mirumi.me/apps/yourcat">
<meta name="twitter:image" content="https://mirumi.me/apps/yourcat/yourcat-main-visual.png">
<meta name="twitter:domain" content="mirumi.me">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B15VGZXK42"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B15VGZXK42');
</script>
</head>
<body>
<noscript>
<strong>We're sorry but doesn't work properly without JavaScript enabled.Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>