This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
62 lines (55 loc) · 1.99 KB
/
faq.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
<!DOCTYPE html>
<html>
<head>
<title>FAQ | CPC2022</title>
<meta charset="utf-8">
<link rel="stylesheet" href="./mvp.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6M3CSL4E71"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-6M3CSL4E71');
</script>
</head>
<body>
<header>
<nav>
<a href="./index.html"><img alt="Logo" src="./logo.png" height="70"></a>
<ul>
<li><a href="./index.html">ルールブック</a></li>
<li><a href="./entry.html">エントリー</a></li>
<li><a href="./faq.html">FAQ</a></li>
</ul>
</nav>
</header>
<main>
<header>
<h1>FAQについて</h1>
</header>
<section>
<aside>
<P>ルールに関する質問は下記のフォームから問い合わせを行ってください.</P>
<P>一度の問い合わせで質問できるのは5つまでです.</P>
<P>問い合わせた質問がFAQドキュメントにて回答されるまで次の質問を問い合わせることはできません.</P>
<P>問い合わせた質問とその回答はFAQドキュメントを更新する形で公開されます</P>
</aside>
</section>
</aside>
<hr>
<header>
<h1>問い合わせフォーム</h1>
</header>
<section>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSedTuDEH1RxZU-RRU2-BMQfeD3o3fAX3n-pMql2t75n_QjdzA/viewform?embedded=true"
width="640" height="1344" frameborder="0" marginheight="0" marginwidth="0">読み込んでいます…</iframe>
</section>
</main>
<hr>
<footer>
CPC運営委員会
</footer>
</body>
</html>