-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (55 loc) · 1.83 KB
/
index.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Tokai Prison Official</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="「東海刑務所」の公式ホームページです。">
<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://adm.shinobi.jp/s/f3cab5e07b75f403ca9b321db1219573"></script>
<script src="js/tmplate.js"></script>
<script async src="https://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">
<h1>
TOKAI PRISON
</h1>
</a>
</h1>
<aside id="mainimg">
<img src="images/logo.png" alt="">
</aside>
</header>
</div>
<nav id="menubar">
<ul>
<div id="header"></div>
</ul>
</nav>
<div id="contents">
<section id="new">
<h2>更新情報</h2>
<dl>
<dt>2021/10/23</dt>
<dd>公式サイトを公開しました。</dd>
</dl>
</section>
<section>
<h2>About This Prison</h2>
<p>
"そこに入ったら、二度と出てこれない"<br> あなたは何らかの重罪を犯し、「東海刑務所」に収監される事となってしまった...
<br>
</p>
</section>
</div>
<footer>
<div id="footer"></div>
</footer>
</body>
</html>