-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfaq.php
29 lines (29 loc) · 1.14 KB
/
faq.php
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
<!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">
<link rel="shortcut icon" href="favicon.ico">
<link href="css/index.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap" rel="stylesheet">
</head>
<body>
<?php include __DIR__.'/header.php'; ?>
<div class="content">
<div class="container">
<!-- よくある質問 -->
<div class="">
<h2>よくある質問</h2>
<p>よくある質問とその答えを書いていきます。</p>
</div>
<!-- ページトップへボタン -->
<!--<div id="page_top">
<a href="#"></a>
</div> -->
</div>
</div>
<?php include __DIR__.'/footer.php'; ?>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>-->
</body>
</html>