1 |
- |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html lang="en">
|
5 |
- |
3 |
|
|
|
4 |
<head>
|
|
|
5 |
<title>Archery Gear Online</title>
|
|
|
6 |
<meta charset="utf-8">
|
|
|
7 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
8 |
<meta name="description" content="Essential and Advanced Archery Gear For Beginners as well as Hunting equipment. Each item has been field-tested and reviewed.">
|
|
|
9 |
<meta name="keywords" content="Archery,Compound,Bow,Hunting">
|
10 |
- |
10 |
|
|
|
11 |
<link rel="dns-prefetch" href="https://ws-na.amazon-adsystem.com">
|
|
|
12 |
<link href="https://ws-na.amazon-adsystem.com" rel="preconnect" crossorigin>
|
|
|
13 |
<link rel="dns-prefetch" href="https://wms-na.amazon-adsystem.com">
|
|
|
14 |
<link href="https://wms-na.amazon-adsystem.com" rel="preconnect" crossorigin>
|
|
|
15 |
<link rel="dns-prefetch" href="https://i.ytimg.com">
|
|
|
16 |
<link href="https://i.ytimg.com" rel="preconnect" crossorigin>
|
|
|
17 |
<link rel="dns-prefetch" href="https://yt3.ggpht.com">
|
|
|
18 |
<link href="https://yt3.ggpht.com" rel="preconnect" crossorigin>
|
|
|
19 |
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
|
|
|
20 |
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
|
|
|
21 |
<link rel="dns-prefetch" href="https://s.ytimg.com">
|
|
|
22 |
<link href="https://s.ytimg.com" rel="preconnect" crossorigin>
|
|
|
23 |
<link rel="dns-prefetch" href="https://www.google-analytics.com">
|
|
|
24 |
<link href="https://www.google-analytics.com" rel="preconnect" crossorigin>
|
|
|
25 |
|
|
|
26 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" crossorigin="anonymous">
|
5 |
- |
27 |
<link rel="stylesheet" href="css/style.css">
|
10 |
- |
28 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js" crossorigin="anonymous"></script>
|
|
|
29 |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" crossorigin="anonymous"></script>
|
5 |
- |
30 |
</head>
|
|
|
31 |
|
|
|
32 |
<body>
|
8 |
- |
33 |
<nav id="topNav" class="navbar navbar-expand-lg bg-dark navbar-dark sticky-top">
|
6 |
- |
34 |
<a class="navbar-brand text-white p-3" onclick="openPage('home', document.getElementById('defaultOpen'))">Archery Gear Online</a>
|
10 |
- |
35 |
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar" aria-label="Open Menu">
|
3 |
- |
36 |
<span class="navbar-toggler-icon"></span>
|
|
|
37 |
</button>
|
5 |
- |
38 |
<div class="collapse navbar-collapse" id="collapsibleNavbar">
|
1 |
- |
39 |
<ul class="navbar-nav">
|
5 |
- |
40 |
<li class="nav-item">
|
6 |
- |
41 |
<a id="defaultOpen" class="nav-link p-3" onclick="openPage('home', this)">Home</a>
|
5 |
- |
42 |
</li>
|
|
|
43 |
<li class="nav-item">
|
6 |
- |
44 |
<a id="advancedOpen" class="nav-link p-3" onclick="openPage('advanced', this)">Advanced</a>
|
5 |
- |
45 |
</li>
|
|
|
46 |
<li class="nav-item">
|
6 |
- |
47 |
<a id="huntingOpen" class="nav-link p-3" onclick="openPage('hunting', this)">Hunting</a>
|
5 |
- |
48 |
</li>
|
|
|
49 |
<li class="nav-item">
|
6 |
- |
50 |
<a id="miscOpen" class="nav-link p-3" onclick="openPage('misc', this)">Miscellaneous</a>
|
5 |
- |
51 |
</li>
|
|
|
52 |
<li class="nav-item">
|
6 |
- |
53 |
<a id="termsOpen" class="nav-link p-3" onclick="openPage('terms', this)">Terms Of Service</a>
|
5 |
- |
54 |
</li>
|
|
|
55 |
<li class="nav-item">
|
6 |
- |
56 |
<a id="privacyOpen" class="nav-link p-3" onclick="openPage('privacy', this)">Privacy Policy</a>
|
5 |
- |
57 |
</li>
|
1 |
- |
58 |
</ul>
|
5 |
- |
59 |
</div>
|
|
|
60 |
</nav>
|
|
|
61 |
|
6 |
- |
62 |
<div id="content">
|
8 |
- |
63 |
|
|
|
64 |
<!-- dynamic content -->
|
|
|
65 |
<div class="d-flex justify-content-center p-5"><div class="spinner-border"><span class="sr-only">Loading...</span></div></div>
|
|
|
66 |
|
5 |
- |
67 |
</div>
|
|
|
68 |
|
8 |
- |
69 |
<button onclick="topFunction()" id="topBtn" title="Go to top">Top</button>
|
|
|
70 |
|
5 |
- |
71 |
<footer class="container-fluid text-center">
|
|
|
72 |
<p>Disclaimer: As an Amazon Associate we earn from qualifying purchases.</p>
|
|
|
73 |
<p>Copyright © 2019 ArcheryGearOnline.com</p>
|
|
|
74 |
</footer>
|
|
|
75 |
<script src="js/dr.js" defer></script>
|
10 |
- |
76 |
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
77 |
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-138428761-1"></script>
|
|
|
78 |
<script>
|
|
|
79 |
window.dataLayer = window.dataLayer || [];
|
|
|
80 |
function gtag(){dataLayer.push(arguments);}
|
|
|
81 |
gtag('js', new Date());
|
|
|
82 |
gtag('config', 'UA-138428761-1');
|
|
|
83 |
</script>
|
5 |
- |
84 |
</body>
|
|
|
85 |
|
6 |
- |
86 |
</html>
|