-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbendan.html
72 lines (54 loc) · 2.29 KB
/
bendan.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<link rel="stylesheet" href="grid.css">
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<title>放不下的便當</title>
</head>
<body>
<header>
<div class="jumbotron">
<div class="container">
<p><img src="images/NTU-LIB%20cut.jpg" alt=""></p>
</div>
</div>
</header>
<nav>
<div class="container">
<ul>
<span>
<li class="active"><a href='index.html'><span>Home</span></a>
</li>
<li><a href='#'><span>About us</span></a></li>
<li class=' has-sub'><a href='#'><span>Menu </span></a>
<ul>
<li class='has-sub'><a href='bendan.html'><span>放不下的便當</span></a>
</li>
<li class='has-sub'><a href='koreandream.html'><span>韓國夢</span></a>
</li>
<li class='has-sub'><a href='coffeeshop.html'><span>聞卿</span></a>
</li>
</ul>
</li>
<li class='last'><a href='#'><span>Contacts</span></a></li>
</span>
</ul>
</div>
</nav>
<div class="profile">
<div class="thumbnail">
<img src="images/%E8%B1%AA%E9%A6%99%20%E4%BE%BF%E7%95%B6.jpg" alt="">
</div>
<div class="subpost">
<h1 class="small title">放不下的便當</h1>
<p>
<br>
<center>漂泊在外,我們都想念著那股味道,無論走了多遠,冒險犯難,他一直在心裡佔著一角。</center>
<br> 吃一份便當,彷彿也不再只是便當了,所有家鄉之情一湧而出,記得小時候,總愛繞在媽媽身旁,她的手彷彿魔法般,總能變出各種美食,雖然總被逼著吃青菜,但媽媽的味道,一直常在。
</p>
</div>
</div>
</body>