change all logos to rounded including web icon
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Daily Fortune Generator</title>
|
||||
<link rel="icon" href="../images/lifeadventurer.jpg">
|
||||
<link rel="icon" href="../images/lifeadventurer_rounded_logo.png">
|
||||
<link rel="manifest" href="./manifest.json">
|
||||
<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://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||
|
||||
BIN
images/lifeadventurer_rounded_logo.png
Normal file
BIN
images/lifeadventurer_rounded_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 354 KiB |
@@ -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>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title> Moon's Project </title>
|
||||
<link rel="icon" href="../images/lifeadventurer.jpg">
|
||||
<link rel="icon" href="../images/lifeadventurer_rounded_logo.png">
|
||||
<link rel="stylesheet" href="./styles.css">
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user