-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.6 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
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="utf-8">
<title>WCB Cafe</title>
<meta name="description" content="成大歷史公演">
<link rel="icon" type="image/png" href="images/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="https://unpkg.com/ress/dist/ress.min.css">
<link href="https://fonts.googleapis.com/css?family=Philosopher" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<div id="home" class="big-bg">
<body>
<div id="home" class="big-bg">
<header class="page-header wrapper">
<h1><a href="index.html"><img class="Logo" src="images/logo.svg" alt="WCB CAFE 首頁"></a></h1>
<nav>
<ul class="main-nav">
<li><a href="news.html">News</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div class="home-content wrapper">
<h2 class="page-title">成大歷史公演第九屆 <br />浮沉北夢 </h2>
<h3>We'll Make Your Day</h3>
<p>想不想待在時尚成功廳裡吹冷氣放鬆身心?用無人工添加物的劇本讓身體由內而外煥然一新。</p>
<a class="button" href="menu.html">抽劇照</a>
</div><!-- /.home-content -->
</div><!-- /#home -->
</body>
</html>