-
Notifications
You must be signed in to change notification settings - Fork 0
/
self-introduction.html
35 lines (30 loc) · 1.48 KB
/
self-introduction.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ドワンゴ太郎の自己紹介</title>
</head>
<body>
<img src="https://progedu.github.io/forum-ranking/assets/images/logo-n.svg" alt="アイコン">
<h1>ドワンゴ太郎</h1>
<h3>わたしの情報</h3>
<ul>
<li>出身地:東京</li>
</ul>
<h3>趣味</h3>
<ul>
<li>プログラミング</li>
<li>動画投稿</li>
<li>ゲーム</li>
</ul>
<h3>お気に入りサイトのリンク集</h3>
<ul>
<li><a href="https://twitter.com/n_yobikou">N予備校の X(旧 Twitter)</a></li>
</ul>
<h3>好きな動画</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/WkqPh70G3gY?si=wVKpuWL1fbeP4osI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<h3>卒業した中学校の場所</h3>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d25922.500231366295!2d139.75414005111432!3d35.69392610096462!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188fcf6692dd1b%3A0xf4da52ffe25905ec!2zTuS4reetiemDqCDnp4vokYnljp_jgq3jg6Pjg7Pjg5HjgrnvvZzmnbHkuqzpg70!5e0!3m2!1sja!2sjp!4v1702701038381!5m2!1sja!2sjp" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</body>
</html>