feat: add a link to the GitHub profile on the footer icon

This commit is contained in:
lifeadventurer
2023-11-24 21:55:45 +08:00
parent 434f37e4a2
commit f1e5665f8e

View File

@@ -58,7 +58,7 @@
</section>
<footer>
<div class="row text-muted py-3 me-3 float-end" style="text-align: right;">
<h5>made by <b>LifeAdventurer</b> <img src="./images/lifeadventurer.jpg" alt="footer image" style="width: 4%;"></h5>
<h5>made by <b>LifeAdventurer</b> <a href="https://github.com/LifeAdventurer"><img src="./images/lifeadventurer.jpg" alt="footer image" style="width: 4%;"></a></h5>
</div>
</footer>
<script src="./scripts.js"></script>