-
Notifications
You must be signed in to change notification settings - Fork 1
/
9_恭喜通關.html
76 lines (63 loc) · 3.77 KB
/
9_恭喜通關.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
73
74
75
76
<!doctype html>
<html lang="zh">
<head>
<style>
div {
border-radius: 5px;
}
</style>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>恭喜通關</title>
</head>
<body style="background-color: #FFE4E1;">
<audio autoplay src="music/還我國動(注意音量)(Volume Warning).mp3"></audio>
<div class="container-fluid">
<div class="row " style="height: 30px;"></div>
<div class="row">
<div class="col">
<a href=""></a>
</div>
<div class="col">
<p class="fs-1 ">恭喜通關!!</p>
</div>
<div class="col-1 text-center">
<button class="btn btn-dark btn-lg" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight" aria-controls="offcanvasRight">工具</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header">
<h5 id="offcanvasRightLabel">工具</h5>
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<h4><a href="3_choose.html" class="btn btn-warning">返回角色</a></h4>
<a href="#" class="btn btn-warning">關閉音樂</a>
</div>
</div>
</div>
</div>
<div class="row" style="height: 30px;"></div>
<div class="row">
<div class="col">
<img src="images/6_簡單.png" style="border: solid gray;">
</div>
<div class="col-7" style="background-color:papayawhip;">
<p class="fs-1 ">三井倉庫</p>
<div style="border: solid gray; border-radius: 5px; ">
<h4>○ 「臺北記憶倉庫」前身為「三井倉庫」,為三井物產株式會社於日治時期約1913-1914年間所建立,全名「舊三井物產株式會社北門倉庫」。三井為當時臺灣最大的貿易集團,經營茶、米、砂糖、樟腦、食鹽、菸草等專賣品的輸出,對臺灣的產業運輸、山林資源及族群互動有深遠的影響。其中的臺灣茶產業,伴隨著許多重要的歷史軌跡。</h4>
<h4>○ 1899年,三井合名會社開啟了臺灣茶產業的拓展之路,於今日的三峽、大溪與新店地區引進相關技術。早期以烏龍茶、包種茶的生產和銷售為主,也致力於阿薩姆紅茶的培育,成功克服氣候及環境的劣勢,於北臺灣建立紅茶王國,並以「日東紅茶」之名享譽國際。三井建立臺灣紅茶從無到有的產業命脈,並見證了茶葉外銷的黃金年代,寫下了一個世紀的懷舊記憶。
</h4>
</div>
</div>
<div class="col-2">
<a href="5_茶葉地圖.html" class="align-bottom ">
<h2>skip>></h2>
</a>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js " integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p " crossorigin="anonymous "></script>
</body>
</html>