-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (50 loc) · 1.91 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<html lang="ja"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>佐向元ホームページindex</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="ここにサイト説明を入れます">
<meta name="keywords" content="キーワード1,キーワード2,キーワード3,キーワード4,キーワード5">
<link rel="stylesheet" href="style.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="container">
<header>
<h1 id="logo"><a href="index.html"><img src="logo.png" alt="SAMPLE SITE"></a></h1>
<aside id="mainimg"><img src="mainimg.jpg" alt=""></aside>
</header>
<nav id="menubar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="gallery.html">Research</a></li>
</ul>
</nav>
<div id="contents">
<section id="new"><h2>ようこそ</h2>
<p>こんにちは、ホームページを見てくださってありがとうございます。</p>
<p>佐向元と申します。</p>
<p>現在は、大阪大学基礎工学部システム科学科の学部4回生で、</p>
<p>原田研究室に所属しています。</p>
<p>これから、今している研究や勉強について紹介していく予定です。</p>
<h2>更新情報・お知らせ</h2>
<dl>
<dt>2024/05/22</dt>
<dd>ホームページを作りました。</dd>
</dl>
<h2>連絡先</h2>
佐向元の連絡先:[email protected]
</section>
</div>
<!--/contents-->
<footer>
<small>Copyright© <a href="index.html">SAMPLE SITE</a> All Rights Reserved.</small>
<span class="pr">《<a href="https://template-party.com/" target="_blank">Web Design:Template-Party</a>》</span>
</footer>
</div>
<!--/container-->
</body></html>