-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
37 lines (36 loc) · 1.06 KB
/
main.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>無標題文件</title>
<style type="text/css">
body {
background-image: url(images/0101.jpg);
}
div {
font-family: "標楷體";
font-size: 24px;
font-style: italic;
line-height: 1.3;
font-weight: bold;
color: #00F;
}
</style>
</head>
<body>
<div>
<div align="center"><img src="images/0104.jpg" width="250" height="250" alt="科技高中校長" title="科技高中校長"/></div>
<br />
<br />
<div>
<div align="center">嗨!歡迎加入國立科技高中。<br />
參加社團不僅可以豐富自己的人生、寬闊自己的視野,
<br />
也能砥礪技能、磨練人際、培養第二專長。
<br />
選擇一項您喜歡的社團,積極的參與和投入,<br />
您會獲得一陣陣的驚喜!</div>
</div>
</div>
</body>
</html>