-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (60 loc) · 1.7 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
<!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" href="style.css">
</head>
<body>
<header>
<h1>加賀美ハヤトの魅力</h1>
</header>
<nav>
<ul>
<li><a href="#"></a></li>
<li><a href="#">サービス</a></li>
<li><a href="#">コンタクト</a></li>
</ul>
</nav>
<main>
<section>
<h2>プロフィール</h2>
<p>名前:加賀美ハヤト
本名:加賀美隼人
愛称:社長、加賀美さん
誕生日:1991年12月2日
年齢:32歳
身長:182cm
体重:65kg
血液型:A型
イメージカラー:B9ABD9
</p>
</section>
<section>
<h2>来歴</h2>
<h3>
2019
</h3>
<p>7月3日 葉加瀬冬雪、夜見れなと共にx(旧Twitter)にて活動開始
</p>
<p>7月6日 YouTubeにて初配信</p>
<p>10月6日 YouTubeチャンネル登録者数10万人突破、5万人衣装披露
</p>
<h3>
2020
</h3>
<p>1月1日 新キービジュアル公開
</p>
</section>
<secrion>
<h2>魅力</h2>
<p>
</p>
</secrion>
</main>
<footer>
<p>© 2023 サンプルウェブサイト</p>
</footer>
</body>
</html>