-
Notifications
You must be signed in to change notification settings - Fork 1
/
9_5新春芳恭喜通關.html
77 lines (64 loc) · 3.44 KB
/
9_5新春芳恭喜通關.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
77
<!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/5.新春芳/5_新芳春easy.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>○ 台北市政府選定「新芳春茶行」作為保存台灣茶文化的重要場所,以「活的茶葉故事館」、「茶文創發展平台」與「以茶會友」三大主軸,為新芳春茶行注入創新、活化的能量。
</h4>
<h4>○ 福建安溪人王芳群,他本來是和人合資經營「芳春茶行」出口茶葉到南洋,可是因為家鄉盜賊橫行,老是被勒索,所以決定舉家移民到日本治下相對治安良好的臺灣,先遣其子王連河買下臺北市日新町貳丁目拾壹番地(今民生西路309 號)兩塊地皮與房產,獨資經營「新芳春茶行」。
</h4>
</div>
</div>
<div class="col-2">
<a href="10_茶葉通關地圖.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>