-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivity.html
More file actions
51 lines (50 loc) · 1.4 KB
/
activity.html
File metadata and controls
51 lines (50 loc) · 1.4 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<meta name="author" content="Lyn" />
<meta http-equiv="content-type" content="text/html;" />
<meta name="description" content="tcirc42th Website" />
<meta name="keywords" content="tcirc" />
<base href="" target="_self" />
<title>TCIRC42th</title>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<link
rel="icon"
href="images/icon.ico"
id="icon"
/>
</head>
<body>
<div class="wrapper style1">
<div id="header" class="skel-panels-fixed">
<div id="logo">
<h1><a href="index.html">Tcirc42nd</a></h1>
<span class="tag">'s website</span>
</div>
<nav id="nav">
<ul>
<li class="active"><a href="index.html">首頁</a></li>
<li><a href="aboutUs.html">關於我們</a></li>
<li><a href="activity.html">社團活動</a></li>
<li><a href="resourse.html">學習資源</a></li>
</ul>
</nav>
</div>
</div>
<div id="banner" class="container">
<section>
<p style="font-size: 100px;"><b>Nothing here : )</b></p>
</section>
</div>
</body>
</html>