-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (50 loc) · 1.18 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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title>Shallow Time</title>
<link rel="stylesheet" href="style/index.css">
</head>
<body>
<header>
<h1>Welcome to This</h1>
<p>
<header>Ms. Yang's Shallow Time。
</p>
<nav><nav>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</nav>
</header>
<main>
<main>
<article>
<h2>first page</h2>
<article>First, I will try to build my first page with some special tags.You will see it on this page.
</article>
<aside><aside>
<ul>
<li>header
<ul>
<li>nav</li>
</ul>
</li>
<li>Layout
<ul>
<li><a href="src/layout/flexLayout.html">Flex</a></li>
<li><a href="src/layout/gridLayout.html">Grid</a></li>
<li><a href="http://echizen.github.io/">学习复盘精神</li>
</ul>
</li>
<li>footer</li>
</ul>
</aside>
</main>
<footer>
<p><footer>copyright Yang 2019</p>
</footer>
</body>
</html>