-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.html
54 lines (47 loc) · 2.29 KB
/
footer.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
<footer>
<div class="row">
<div class="horiz">
<blockquote>
<hr/>
</blockquote>
</div>
<div class="clear"></div>
</div>
<div class="row">
<div id="footer">
<blockquote>
<p>
<a href="/legal/">Legal Notices</a> • <a href="/sitemap/">Sitemap</a> • MidnightBSD
© 2006-2025 Lucas Holt
</p>
<p>Choose Language: <a href="/">English</a>, <a href="/lang/es/">Español</a> or <a href="/lang/fr/">Français</a></p>
</blockquote>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.4.1/jquery-migrate.min.js" integrity="sha512-KgffulL3mxrOsDicgQWA11O6q6oKeWcV00VxgfJw4TcM8XRQT8Df9EsrYxDf7tpVpfl3qcYD96BpyPvA4d1FDQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha512-oBTprMeNEKCnqfuqKd6sbvFzmFQtlXS3e0C/RGFV0hD6QzhHV+ODfaQbAlmY6/q0ubbwlAM/nCJjkrgA3waLzg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9JP4YHVQRG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9JP4YHVQRG');
</script>
<!-- end of Google Analytics-->
<!-- Google Adwords -->
<div id="googlead" class="center">
<script type="text/plain" cookie-consent="targeting" async
src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script type="text/plain" cookie-consent="targeting">
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-1321195614665440",
enable_page_level_ads: true
});
</script>
</div>
<!-- end of Google Adwords-->
</div>
</div>
</footer>