-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_.html
More file actions
42 lines (42 loc) · 1.18 KB
/
index_.html
File metadata and controls
42 lines (42 loc) · 1.18 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
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<title>Yan's Home</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div id="menu">
<div class="home">
<a class="homeurl" href="http://clumsyme.github.io">YAN</a>
</div>
</div>
<div id="header">
<h1>Hello World</h1>
<p>May the force be with me.</p>
</div>
<div class="container">
<div class="about">
<h2>about me</h2>
<p>this is who I am:</p>
</div>
<div class="about">
<h2>want more?</h2>
<p>discove more about me</p>
</div>
<div class="about">
<h2>and this</h2>
<p>that's what I'm talking about</p>
</div>
<div class="about">
<h2>that's it</h2>
<p>ok, now that's it~</p>
</div>
</div>
<div id="footer">
<div id="copyright">
life is beautiful @
<a href="http://imliyan.com">ly</a>
</div>
</div>
</body>
</html>