-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
66 lines (54 loc) · 2.08 KB
/
about.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>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>このプロジェクト(刑務所)について</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="//adm.shinobi.jp/s/f3cab5e07b75f403ca9b321db1219573"></script>
<script src="js/tmplate.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2041303981654233" crossorigin="anonymous"></script>
</head>
<body>
<div id="container">
<header>
<h1 id="logo">
<a href="index.html">
<img src="images/logo.png" alt="SAMPLE SITE">
</a>
</h1>
<div id="header"></div>
</header>
<div id="contents">
<section>
<h2>About</h2>
<p>このサイトの説明ページです。</p>
<table class="ta1">
<caption>この刑務所について</caption>
<tr>
<th>正式名称</th>
<td>東海刑務所</td>
</tr>
<tr>
<th>英語名称</th>
<td>Tokai Prison</td>
</tr>
<tr>
<th>製作者/所長</th>
<td><img src="https://minotar.net/helm/d297f52003024e5d944fd78edc82891a" alt="" width="32"> Nakatai_0322</td>
</tr>
<tr>
<th>お問い合わせ</th>
<td><a href="https://discord.gg/T7ETR4wwm5">公式Discordコミュニティ</a>のチケットまで。</td>
</tr>
</table>
</section>
<footer>
<div id="footer"></div>
</footer>
</div>
</div>
</body>
</html>