-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (32 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home Page</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<img src="images/avator.jpg">
<h1>Welcome to My Page : )</h1>
<nav>
<a href="ultimate_frisbee/index.html">Ultimate Frisbee</a>
<a href="myself/index.html">About me</a>
</nav>
</header>
<main>
<section>
<h2>Introduction</h2>
<p>Hi guys! This is the personal website of Yi Zhou. Welcome! Hope you all can find surprise here.</p>
<p>Now the website is still uncompleted. Please be patient. The website will be better and better.</p>
</section>
<footer>
<nav>
<a href="ultimate_frisbee/index.html">Ultimate Frisbee</a>
<a href="myself/index.html">About me</a>
</nav>
<small>COPYRIGHT © 2020 by Yi Zhou</small>
</footer>
</main>
</body>
</html>