-
Notifications
You must be signed in to change notification settings - Fork 1
/
faq.html
69 lines (67 loc) · 2.91 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
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="ja">
<head>
<title>よくある質問 | 2023佐山夏イベント</title>
<meta name="author" content="Arrk_YR">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="120文字以内でキャプションを設定します">
<!-- hrefでサイトのアイコンを設定するよ↓ -->
<link rel="shortcut icon" href="assets/images/logo.png" type="image/x-icon">
<!-- 検索結果に表示されなくなるよ↓ -->
<!-- <meta name="robots" content="noindex,nofollow"> -->
<!-- メアドとかのリンクが自動でされなくなるよ↓ -->
<meta name="format-detection" content="email=no,telephone=no,address=no">
<!-- Open Graph Protocol, Webの詳細表示↓ -->
<!-- TOPページのみ属性・og:typeをwebsite, それ以外はarticle↓ -->
<meta prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta property="og:type" content="website">
<!-- 絶対パス↓ -->
<meta property="og:url" content="">
<!-- 20字以内↓ -->
<meta property="og:title" content="よくある質問 | 佐山イベント2023">
<!-- 90字以内↓ -->
<meta property="og:description" content="よくある質問" />
<meta property="og:site_name" content="よくある質問 | 佐山イベント2023">
<meta property="og:image" content="https://sayamaprefectureevent.github.io/EventPage/assets/images/sayama_discord.webp">
<!-- Twitterシェア用 -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Arrk_YR">
<meta name="twitter:title" content="佐山イベント2023">
<meta name="twitter:image" content="assets/images/logo.png">
<link rel="stylesheet" href="assets/css/ress_min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/style_narrow.css">
</head>
<body>
<section class="heading">
<h2>よくある質問</h2>
<p>2023佐山夏イベント</p>
</section>
<section class="maincontent">
<div>
<h3>Q1. サーバーアドレスはどこにありますか?</h3>
<h4>A1. 公式Discordに掲載される予定です。</h4>
<p>
<a href="index.html">イベントトップページ</a>にあるDiscord招待リンクからご参加ください。
</p>
<h3>Q2. リアルタイム建築イベントには誰が参加しますか?</h3>
<h4>A2. 主に事前に参加表明をした佐山製作員が建築します。</h4>
</div>
<input type="checkbox" id="indexOpen" hidden>
<label for="indexOpen" id="indexOpenBtn">
<div></div>
</label>
<div class="index">
<h3>Contents</h3>
<ul>
<li><a href="index.html">イベントトップページ</a></li>
<li><b>よくある質問</b></li>
</ul>
</div>
</section>
<footer>
2023/08/07 | 芽河製作所 <a href="https://twitter.com/Arrk_YR" target="_blank" class="twitter">@Arrk_YR</a>
</footer>
</body>
</html>