-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (69 loc) · 3.38 KB
/
index.html
File metadata and controls
81 lines (69 loc) · 3.38 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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE HTML>
<html xmlns:og="http://ogp.me/ns#" xmlns:mixi="http://mixi-platform.com/ns#" lang="ja">
<head>
<meta charset="UTF-8">
<title>KIRINビールクイズ|エンタメ・レシピ|キリン</title>
<meta name="description" content="キリンビールに関する10問クイズにチャレンジ!あなたは何問正解できる?">
<meta name="keywords" content="キリン,KIRIN,麒麟,クイズ,ビール,キリンビール">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="format-detection" content="telephone=no">
<!-- ↓OGP設定 -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="キリン株式会社">
<meta property="og:url" content="http://www.kirin.co.jp/entertainment/quiz/index.html">
<meta property="og:image" content="http://www.kirin.co.jp/entertainment/quiz/ogp_img/ogimage.png">
<meta property="og:title" content="KIRINビールクイズ">
<meta property="og:description" content="10問クイズにチャレンジ!あなたは何問正解できる?">
<!-- twitterの設定-->
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="http://www.kirin.co.jp/entertainment/quiz/index.html">
<meta name="twitter:image:src" content="http://www.kirin.co.jp/entertainment/quiz/ogp_img/ogimage.png">
<meta name="twitter:title" content="KIRINビールクイズ">
<meta name="twitter:description" content="10問クイズにチャレンジ!あなたは何問正解できる?">
<!-- viewportの設定 -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="apple-touch-icon-precomposed" href="/share/images/webicon.png">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/common/css/common.css">
<link rel="stylesheet" href="/common/css/modern.css">
<link rel="stylesheet" media="print" href="/common/css/print.css">
<link rel="stylesheet" href="quizgame.css">
</head>
<body id="top">
<!--#include virtual="/common/inc/header/header.html" -->
<div class="noVisual">
<p><a id="KRCONTENT">[ここから本文です。]</a></p>
<!-- /noVisual --></div>
<div id="Main">
<div id="Breadcrumb">
<ul class="cFix">
<li><a href="/">トップ</a></li>
<li><a href="/entertainment/">エンタメ・レシピ</a></li>
<li>KIRINビールクイズ</li>
</ul>
<!-- /Breadcrumb --></div>
<div id="Main_inner">
<!-- ↓ここにコンテンツが入ります↓ -->
<div id="quizframe">
<p><a data-target="quizgame" class="quiz-modal-open"></a></p>
</div>
<!-- ↑ここにコンテンツが入ります↑ -->
<!-- /Main_inner --></div>
<!-- /Main --></div>
<div id="quizgamemodal" class="quiz-modal-content">
<div id="modalclosebt">
<p><a data-target="quizgame" class="quiz-modal-close">×クイズを閉じる</a></p>
</div>
<div id="quizcanvas">
<iframe id="qfinner" scrolling="no" src="quizgame.html" width="100%" height="100%"></iframe>
</div>
</div>
<!--#include virtual="/common/inc/share/share_utf8.html" -->
<!--#include virtual="/common/inc/footer/footer.html" -->
<script src="/common/js/search.js"></script>
<!-- ランサーズオーディエンスインサイトツール用のタグ -->
<script src='//static.quant.jp/lait.js' data-lait='on' data-sid='1fafcae4a0164c87b615f656d10d5143' data-tag-version='1.0.0' defer async></script>
<!-- /ランサーズオーディエンスインサイトツール用のタグ -->
<script src="quizgamemodal.js"></script>
</body>
</html>