mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
Fix image link
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -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>
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user