commit 077b86677206f96f62258c497b8ba09c2759db49
parent 055d8fe8a11b81eee343abb1e6da20947aad304b
Author: Hunter
Date: Wed, 14 Jan 2026 10:48:19 -0500
update favicon/app icon
Diffstat:
9 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
-# Web Workshop 🛼
+# Web Workshop 🚧
Craft handmade websites in their natural habitat (your web browser).
diff --git a/index.html b/index.html
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<title>Web Workshop</title>
- <link rel="icon" href="resources/rollerskate.png">
+ <link rel="icon" href="resources/construction.png">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="styles.css">
<script type="module">
diff --git a/main.js b/main.js
@@ -139,7 +139,7 @@ function updateMainPageTitleAndFavicon(title, favicon) {
if (favicon) {
faviconLink.href = favicon;
} else {
- faviconLink.href = 'resources/rollerskate.png';
+ faviconLink.href = 'resources/construction.png';
}
}
diff --git a/manifest.json b/manifest.json
@@ -9,12 +9,12 @@
"orientation": "any",
"icons": [
{
- "src": "resources/rollerskate_padded.png",
+ "src": "resources/construction_padded.png",
"sizes": "200x200",
"type": "image/png"
},
{
- "src": "resources/rollerskate_padded.png",
+ "src": "resources/construction_padded.png",
"sizes": "192x192",
"type": "image/png"
}
diff --git a/resource-manifest.json b/resource-manifest.json
@@ -85,8 +85,8 @@
"/web_workshop/images/y2k.gif"
],
"resources": [
- "/web_workshop/resources/fullscreen.svg",
- "/web_workshop/resources/rollerskate.png",
- "/web_workshop/resources/rollerskate_padded.png"
+ "/web_workshop/resources/construction.png",
+ "/web_workshop/resources/construction_padded.png",
+ "/web_workshop/resources/fullscreen.svg"
]
}
\ No newline at end of file
diff --git a/resources/construction.png b/resources/construction.png
Binary files differ.
diff --git a/resources/construction_padded.png b/resources/construction_padded.png
Binary files differ.
diff --git a/resources/rollerskate.png b/resources/rollerskate.png
Binary files differ.
diff --git a/resources/rollerskate_padded.png b/resources/rollerskate_padded.png
Binary files differ.