Moved css, js files from includes to assets.

This commit is contained in:
Gitea
2020-02-06 17:33:58 -05:00
parent 0d798846b0
commit 5443d91f86
11 changed files with 145 additions and 59 deletions

View File

@ -1,14 +1,14 @@
<footer>
<p>&copy; Quartznet 2019 | <a href="/quartznet/policy">Policy</a></p>
</footer>
<footer>
<p>&copy; Quartznet 2020 | <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>
<!-- 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>
<script src="/quartznet/assets/js/jquery-3.4.1.min.js" defer></script>
<script src="/quartznet/assets/js/bootstrap.bundle.min.js" defer></script>