Update source code

This commit is contained in:
Simon Krull
2020-03-14 17:17:38 +01:00
parent 1e509eed73
commit 6c6e77ed3d
3 changed files with 52 additions and 52 deletions

View File

@ -1 +1,14 @@
<footer id="footer">
<?php echo $site->footer(); ?><a href="http://html5up.net"> HTML5 UP</a>
</footer>
</div>
</div>
<script>
window.onload = function() { document.body.classList.remove('is-preload'); }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>