-
Notifications
You must be signed in to change notification settings - Fork 0
/
gmrs.html
94 lines (92 loc) · 2.7 KB
/
gmrs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cm3z4 — GMRS</title>
<link rel="canonical" href="https://cm3z4.dev/" />
<!-- Favicons -->
<link rel="shortcut icon" href="/favicon.png" type="image/png" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/images/favicons/apple-touch-icon.png" />
<link
rel="apple-touch-icon"
sizes="57x57"
href="/images/favicons/apple-touch-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="/images/favicons/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="/images/favicons/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="/images/favicons/apple-touch-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="/images/favicons/apple-touch-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="/images/favicons/apple-touch-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="/images/favicons/apple-touch-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/images/favicons/apple-touch-icon-180x180.png"
/>
<!-- Main CSS link. -->
<link rel="stylesheet" href="/styles/main.css" />
</head>
<body id="top">
<div id="main-wrapper">
<a class="post-navs monospace" href="/">Home</a>
<hr class="post-lines" />
<p>
<strong>WRKD233</strong> is my call sign. I'm usually monitoring on the
Channelview, Texas (
<a
href="https://www.texasgmrs.net/repeaters/channelview-675/"
rel="noopener"
target="_blank"
>Channelview 675</a
>
) repeater. Feel free to QSO/contact me if you have any idea what I'm
talking about.
<br />
<br />
<a href="/posts/blog/why-i-got-my-gmrs-license.html" rel="noopener"
><strong>Why I Got My GMRS License</strong></a
>
</p>
<footer>
<!-- <a
href="https://webring.xxiivv.com/#random"
rel="noopener"
target="_blank"
><img
src="/images/webring.svg"
style="width: 28px; margin: 0"
alt="Webring"
/></a> -->
<!-- <a class="footer-links monospace" href="#top">Top</a> -->
</footer>
</div>
<!-- Main JavaScript link. -->
<script src="/scripts/main.js"></script>
</body>
</html>