change all logos to rounded including web icon

This commit is contained in:
lifeadventurer
2023-12-22 00:52:39 +08:00
parent 678913a399
commit e32ed07a61
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Generators</title>
<link rel="icon" href="./images/lifeadventurer.jpg">
<link rel="icon" href="./images/lifeadventurer_rounded_logo.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://unpkg.com/vue@3.3.8/dist/vue.global.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
@@ -54,7 +54,7 @@
<div class="row text-muted py-3 me-3 float-end" id="footer-author">
<h5> Copyright © 2023 LifeAdventurer | All Rights Reserved.
<a href="https://github.com/LifeAdventurer">
<img id="footer-author-icon" src="./images/lifeadventurer.jpg" alt="footer image">
<img id="footer-author-icon" src="./images/lifeadventurer_rounded_logo.png" alt="footer image">
</a>
</h5>
</div>