TheMathWizard/views/partials/footer.php
2023-01-12 16:20:32 +01:00

17 lines
No EOL
478 B
PHP

<footer class="site-footer has-top-divider">
<div class="container">
<div class="site-footer-inner">
<div class="brand footer-brand">
<a href="#">
<img class="asset-dark" src="./images/icon.png" alt="Logo">
</a>
</div>
<div class="footer-copyright">&copy; 2018 Patryk Hegenberg, all rights reserved</div>
</div>
</div>
</footer>
</div>
<script src="./../scripts/web.js"></script>
</body>
</html>