-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
37 lines (33 loc) · 909 Bytes
/
main.html
File metadata and controls
37 lines (33 loc) · 909 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body {
background-image: url(./images/0101.jpg);
}
div {
font-size: 24px;
font-family: "標楷體";
font-weight: bold;
font-style: italic;
color: #00f;
text-align: center;
}
</style>
</head>
<body>
<div>
<img src="./images/0104.jpg" width="250px" height="250px" alt="科技高中校長" title="科技高中校長">
</div>
<br>
<br>
<div>嗨!歡迎加入國立科技高中。<br>
參加社團不僅可以豐富自己的人生、寬闊自己的視野,<br>
也能砥礪技能、磨練人際、培養第二專長。<br>
選擇一項您喜歡的社團,積極的參與和投入,<br>
您會獲得一陣陣的驚喜! </div>
</body>
</html>