-
Notifications
You must be signed in to change notification settings - Fork 1
/
9_1大豹溪恭喜通關.html
75 lines (62 loc) · 3.11 KB
/
9_1大豹溪恭喜通關.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
<!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/1.大豹溪/1_大豹溪easy.jpg" 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>1923年日治時期,三井會社在目前三峽大板根森林溫泉酒店的所在地,興建了三井大豹製茶工廠,為使台灣茶葉貿易量提升,三井會社更從英國Ruston&Hornsby引進最先進的「重油發動機」,使紅茶每年產量可達65萬磅,是當時北台灣紅茶產量出口大宗的所在。
</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>