-
Notifications
You must be signed in to change notification settings - Fork 4
/
error404.html
33 lines (33 loc) · 1003 Bytes
/
error404.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
<html>
<head>
<title>Arkansas Repeater Council</title>
<link rel="stylesheet" href="/css/arc.css">
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js'></script>
<script src='/js/headerScroll.js'></script>
</head>
<body>
<nav id="header">
<div id="headerTitle">Arkansas Repeater<br>Council</div>
<div id="headerLinks">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/repeaters/">Repeater directory</a></li>
<li><a href="/about/">About us</a></li>
<li><a href="/procedures/">Procedures</a></li>
<!-- <li><a href="#">Login</a></li> -->
</ul>
</div>
</nav>
<div id="pageContent">
<section>
<h1>Woooah Nellie!</h1>
<p>
You look a bit lost. Are you from around here? It looks like the page you're looking for was moved. Try using the links above.
</p>
</section>
</div>
<footer>
<div>Arkansas Repeater Council is a non-profit incorporation. • Site design by <a href="https://www.qrz.com/db/N5JLC">N5JLC</div>
</footer>
</body>
</html>