-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfooter.php
More file actions
executable file
·21 lines (20 loc) · 811 Bytes
/
footer.php
File metadata and controls
executable file
·21 lines (20 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
require_once('config.inc.php');
?>
<footer class="container">
<div class="footer">
<ul class="breadcrumb">
<li>©2018 <a href="<?= BASE_URL ?>/">QuickAuth</a></li>
<li><a href="https://blog.newnius.com/" target="_blank">Newnius</a></li>
<li><a href="<?= BASE_URL ?>/help#TOS">Terms</a></li>
<li><a href="<?= BASE_URL ?>/help#privacy">Privacy</a></li>
<li><a href="<?= BASE_URL ?>/help#feedback">Feedback</a></li>
<li><a href="<?= BASE_URL ?>/help#sbout">About</a></li>
</ul>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js"></script>
<script src="static/config.js"></script>
<script src="static/util.js"></script>
<script src="static/script.js"></script>
<script async src="https://cdn.newnius.com/ana/ea.js"></script>