-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmap.html
101 lines (93 loc) · 3.59 KB
/
map.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>快点HAM工具箱-CQ地图</title>
<meta name="description" content="快点HAM工具箱是一个在Web上为业余无线电爱好者提供服务的工具集。" />
<meta name="keywords" content="在线工具,无线电,业余无线电,HAM,梅登黑德网格定位系统,QRZ,中继查询">
<!-- Bootstrap CSS -->
<link href="https://jsd.onmicrosoft.cn/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- jQuery library -->
<script src="https://cdnjs.loli.net/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="https://jsd.onmicrosoft.cn/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<style>
body{
background-color: #333;
color: aliceblue;
}
</style>
</head>
</head>
<body>
<div class="container">
<div class="jumbotron mt-3 text-center">
<h1>CQ图表</h1>
<div class="maincontent clearfix">
<p>
<span style="font-size:18px;">摩斯电码</span>
</p>
<p>
<img src="img/cw.jpg" width="720" height="720" alt="">
</p>
<p>
<span style="font-size:18px;">字母解释法</span>
</p>
<p>
<img src="img/zimu.jpg" width="720" height="538" alt="">
</p>
<p>
<span style="font-size:18px;">中国业余无线电频段</span>
</p>
<p>
<img src="img/pd.jpg" width="720" height="538" alt="">
</p>
<p>
<br>
</p>
<p>
<span style="font-size:16px;color:#ffffff;"><strong>
</strong><strong>全高清的世界CQ分区地图,为方便本页显示,下图显示格式比较小,您可以点击以后保存到您的电脑,非常实用。</strong></span>
</p>
<p>
<br>
</p>
<p>
<a href="img/CQMAP.png" target="_blank"><img src="img/CQMAP.png" width="720" height="540"
alt=""></a>
</p>
<p>
<br>
</p>
<p>
<span style="font-size:18px;">中国业余无线电分区图</span>
</p>
<p>
<img src="img/20160605083782998299.jpg" width="720" height="538" alt="">
</p>
<p>
<br>
</p>
<p>
<span style="font-size:16px;">下面是CQ ZONE 以及ITU地图,分辨率比较小,可以作为参考</span>
</p>
<p>
<span style="font-size:16px;"> <img src="img/20150712111323792379.jpg" alt=""></span>
</p>
<p>
<span style="font-size:16px;"><br>
</span>
</p>
<p>
<span style="font-size:16px;"><img src="img/2015071211140993993.jpg" alt=""><br>
</span>
</p>
<p>
<br>
</p>
</div>
</div>
</div>
</body>
</html>