-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
57 lines (51 loc) · 1.51 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script
src="https://code.jquery.com/jquery-3.7.1.js"
integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4="
crossorigin="anonymous"
></script>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<div class="container">
<div class="news_alert">
<ul>
<li></li>
</ul>
</div>
<div class="news-container">
<ul>
<li></li>
</ul>
</div>
</div>
<div class="time"></div>
<!--測站1-->
<div class="now_rts_1" style="margin-top: 5vw; display: flex">
<div class="location_intensity_1"></div>
<div class="station_1_shindo"></div>
</div>
<!--測站2-->
<div class="now_rts_2" style="margin-top: 1vw; display: flex">
<div class="location_intensity_2"></div>
<div class="station_2_shindo"></div>
</div>
<div class="epic_shindo" style="margin-top: 1vw">
<div class="max_gal"></div>
<div class="epic_intensity"></div>
<div class="notification"></div>
</div>
<div style="margin-top: 3vw">
<label>測站1</label>
<select class="station_1"></select>
<p></p>
<label>測站2</label>
<select class="station_2"></select>
</div>
<div class="test" style="margin-top: 3vw">
<button onclick="eew_test()">速報測試按鈕</button>
</div>
<script src="js/global.js"></script>
<script src="js/api.js"></script>
<script src="js/fetch.js"></script>
<script src="js/main.js"></script>
<script src="js/test.js"></script>
<script src="js/marquee.js"></script>