-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1.11 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
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>W5IAN QSO</title>
<meta name="description" content="Information on amateur radio call sign W5IAN">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
</head>
<body class="pt-4">
<div class="container">
<h1>W5IAN</h1>
<p class="lead">Whiskey Five India Alpha November</p>
<ul>
<li>Operator: <a href="https://langworth.com">Ian Langworth</a></li>
<li>
Local repeaters:
<a href="https://www.repeaterbook.com/repeaters/details.php?state_id=06&ID=620">N6NFI</a>,
<a href="http://ccra.us/">WA6HAM</a>
</li>
<li>
<a href="http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=3986944">FCC license</a>
</li>
</ul>
</div>
</body>
</html>