Initial commit
This commit is contained in:
14
includes/footer.php
Executable file
14
includes/footer.php
Executable file
@ -0,0 +1,14 @@
|
||||
<footer>
|
||||
<p>© 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>
|
Reference in New Issue
Block a user