Fix image link

This commit is contained in:
Nihaal Sharma
2023-09-30 15:33:07 +01:00
parent cb5a30d751
commit f7b9d5ba09
5 changed files with 5 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
{ {
"name": "neon443 Progressive Web App", "name": "neon443 PWA",
"short_name": "neon443", "short_name": "neon443",
"description": ".", "description": ".",
"icons": [ "icons": [
{ {
"src": "./images/app-icon.png", "src": "./images/icon.png",
"sizes": "512×512", "sizes": "1024x1024",
"type": "image/png" "type": "image/png"
} }
], ],

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -53,7 +53,7 @@
This site really needs a good logo (view the current one <a href="./images/fav.ico">here</a>), if you are good at digital art, please <a href="mailto:neons443@outlook.com">email me</a>.<br> This site really needs a good logo (view the current one <a href="./images/fav.ico">here</a>), if you are good at digital art, please <a href="mailto:neons443@outlook.com">email me</a>.<br>
</p><br> </p><br>
<h3>Currently Entered:</h3> <h3>Currently Entered:</h3>
<img class="box1" href="./images/makeLogoEntriesuranium1024.png"> <img class="box1" src="./images/uranium1024.png">
<img class="box2" href="./images/makeLogoEntries/uranium64.png"> <img class="box2" src="./images/uranium64.png">
</body> </body>
</html> </html>

View File

@@ -155,9 +155,6 @@
-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); -moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
} }
#ntLnkToast {
background-color: rgba(0, 0, 0, 0.25);
}
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {