-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathoutro.php
24 lines (20 loc) · 1.04 KB
/
outro.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<footer class="footer sticky-footer page-footer font-small special-color-dark">
<div class="container footer-copyright py-2 text-center">© 2020 Copyright:
<a href="home.php"> Streamler </a>
<span> - </span>
<a href="terms.php"> Terms & Conditions</a>
<span> - </span>
<a href="newsletter.php">Newsletter</a>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxy/1.6.1/scripts/jquery.ajaxy.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous">
</script>
<script src="assets/js/script.js"></script>
</body>
</html>