-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (66 loc) · 2.02 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns#">
<meta charset="UTF-8" />
<title>流行りキャラ占い</title>
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="年の初めはアジャスト「流行りキャラ占い」で今年の運勢を占ってみませんか?あなたどんな「流行りキャラ」!?"
/>
<meta
property="og:url"
content="https://cf161188.cloudfree.jp/nenga/"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="流行りキャラ占い" />
<meta
property="og:image"
content="https://cf161188.cloudfree.jp/nenga/images/ogp.png"
/>
<meta
property="og:description"
content="年の初めはアジャスト「流行りキャラ占い」で今年の運勢を占ってみませんか?あなたどんな「流行りキャラ」!?"
/>
<meta name="twitter:card" content="summary_large_image" />
<!-- Google tag (https://cf161188.cloudfree.jp/nenga/ 用) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-GGQJL18WKL"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-GGQJL18WKL");
// Debug View を使用する時には次のように "debug_mode" をtrueに指定すること
// gtag("config", "G-GGQJL18WKL", {"debug_mode" : true});
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- SNS Share Buttons -->
<script
src="https://www.line-website.com/social-plugins/js/thirdparty/loader.min.js"
async
defer
></script>
<script
src="https://platform.twitter.com/widgets.js"
charset="utf-i"
async
defer
></script>
<script
src="https://connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=v18.0"
async
defer
crossorigin="anonymous"
nonce="VuGw4kxk"
></script>
</body>
</html>