Move docs/ to docs-old/

This commit is contained in:
Derek Bailey
2024-12-23 15:32:19 -08:00
parent a2cd1ea3b6
commit c75a0154eb
42 changed files with 3 additions and 0 deletions

14
docs-old/footer.html Normal file
View File

@@ -0,0 +1,14 @@
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49880327-7', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>