-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (36 loc) · 1.21 KB
/
index.html
File metadata and controls
38 lines (36 loc) · 1.21 KB
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
<!DOCTYPE HTML>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>RupioのHP</title>
<link rel="stylesheet"href="style/index.css">
<meta name="keywords" content="Rupio,루피오,HP,Japan,るぴお">
<meta name="description"content="一般人RupioのHPです">
</head>
<body>
<!--ここからヘッダー -->
<div class="header">
<h1><a href="#">Rupioのウェブサイト</a></h1>
<p>このWebSiteはRupio氏についての情報を見ることができます。</p>
</div>
<!--ここでヘッダー終了-->
<!--ここからメイン-->
<div class="main">
<h3>ページリスト</h3>
<ul>
<li><a href="profile.html">プロフィール</a></li>
<li><a href="#">写真館</a></li>
<li><a href="#">プロジェクト</a></li>
<li><a href="#">お問合せ</a></li>
</li>
<br>
<h3>Rupioのツイッター</h3>
<a class="twitter-timeline" data-lang="ja" data-width="400" data-height="500" data-theme="white" href="https://twitter.com/Rupiooooo0528?ref_src=twsrc%5Etfw">Tweets by Rupiooooo0528</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<!--ここでメイン終了-->
<!--コピーライト-->
<div class="Copyright">
<p>Copyright © 2018 Rupio</p>
</div>
</body>
</html>