Initial commit

This commit is contained in:
Gitea
2020-01-31 06:17:49 -05:00
commit 0d798846b0
26 changed files with 1499 additions and 0 deletions

14
includes/footer.php Executable file
View File

@ -0,0 +1,14 @@
<footer>
<p>&copy; Quartznet 2019 | <a href="/quartznet/policy">Policy</a></p>
</footer>
<!-- google analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120787474-1');
</script>
<script src="/quartznet/includes/jquery-3.4.1.min.js" defer></script>
<script src="/quartznet/includes/bootstrap.bundle.min.js" defer></script>