-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.17 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
<!DOCTYPE html>
<html lang="zh_tw">
<head>
<meta charset="UEF-8"/>
<meta name="description" content="薯秋的個人官方網頁,內容包含筆記、小工具、日記、跟我的種種,歡迎參觀"/>
<meta name="author" content="ShuQiu"/>
<link rel="stylesheet" href="style.css">
<title>薯秋的豪華花園</title>
</head>
<body>
<div class="head">
<h1>薯秋的程式語言筆記</h1>
</div>
<div class="body">
<div class="link_block">
<a href="CSS/CSS.html">CSS學習</a>
<p>CSS是美化網頁所需的程式 包含顏色 字體 排版等等 可以理解成裝潢</p>
</div>
<div class="link_block">
<a href="HTML/HTML.html">HTML學習</a>
<p>HTML是基礎架設網頁的語言,可以理解成鋼架(整體形狀)</p>
</div>
<div class="link_block">
<a href="tools/tools.html">小工具</a>
<p>基於學習與方便自己使用製作的小工具</p>
</div>
</div>
<div class="end">
</div>
</body>
</html>