-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.html
54 lines (51 loc) · 1.78 KB
/
profile.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>推し別スケジュール|推し乃介</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="content">
<header>
<h1><a href="index.html">推し乃介</a></h1>
</header>
<p class="center">ここにテキストが入ります。 </p>
<div id="left">
<h2>推し乃介</h2>
<div id="scroll">
<h3>チームA</h3>
<h4><a href="profile/charaA.html">キャラA</h4></a>
<h3>チームB</h3>
<h4><a href="profile/charaB.html">キャラB</h4></a>
<h3>チームC</h3>
<h4><a href="profile/charaC.html">キャラC</h4></a>
</div>
</div>
<div id="right">
<h2>Title</h2>
<div id="scroll">
ここにも要素を入れられます
</div>
</div>
<footer class="footer">
<div class="footer__title"><b>推し乃介</b></div>
<nav>
<ul class="footer__list">
<li><a href="../index.html" class="footer__link">TOP</a></li>
<li><a href="../schedule.html" class="footer__link">月別</a></li>
<li>
<a href="../profile.html" class="footer__link">推し別</a>
</li>
<li><a href="../aboutus.html" class="footer__link">このサイトについて</a></li>
</ul>
</nav>
<p class="footer__copyright">
非公式サイトです。最新情報は、公式サイトをご覧ください。
</p>
</footer>
</div>
</body>
</html>