did footer shit

This commit is contained in:
unknown
2020-12-08 15:21:56 -03:00
parent 7890c52df8
commit ac11a62dd6
30 changed files with 1846 additions and 7782 deletions

View File

@@ -1,21 +1,13 @@
<script src="/js/feather.min.js"></script>
<!-- feather icon replace -->
<script src="/js/feather.min.js"></script>
<script>
feather.replace()
</script>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<!-- Feather icon replace done -->
<!-- search -->
<!-- <script src="https://unpkg.com/lunr/lunr.js"></script> -->
<script src="/js/search2.js"></script>
<!-- <script src="/js/search2.js"></script> -->