-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
70 lines (62 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jason's Space</title>
<link rel="stylesheet" href="styles/reset.css">
<link rel="stylesheet" href="styles/Index-Style.css">
</head>
<body>
<nav>
<a href="">HOME</a>
<a href="">ABOUT</a>
<a href="">CONTACT</a>
<a href="https://github.com/Linniem/BS2020-Spring-CSS">GITHUB</a>
</nav>
<div class="head-img">
<img src="Images/CabinOnRoad.jpg" alt="">
</div>
<br>
<br>
<br>
<div class="hw-head">
<h1>2020/03/10</h1>
</div>
<div class="hw-box">
<div class="hw">
<a href="pages/0310_HW1.html">
<img src="Images/0311HW1.jpg" alt="">
</a>
<h1>國小課表表格</h1>
</div>
<div class="hw">
<a href="pages/0310_HW2.html"><img src="Images/0311HW2.jpg" alt=""></a>
<h1>4欄配置</h1>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>