diff --git a/src/404.html b/src/404.html
index 9324995..bfffca4 100644
--- a/src/404.html
+++ b/src/404.html
@@ -1,11 +1,79 @@
-
+
-
-
-
- %sveltekit.head%
-
-
- %sveltekit.body%
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ %sveltekit.head%
+
+
+ %sveltekit.body%
+
diff --git a/src/app.html b/src/app.html
index 9324995..bfffca4 100644
--- a/src/app.html
+++ b/src/app.html
@@ -1,11 +1,79 @@
-
+
-
-
-
- %sveltekit.head%
-
-
- %sveltekit.body%
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ %sveltekit.head%
+
+
+ %sveltekit.body%
+
diff --git a/static/favicon.png b/static/favicon.png
new file mode 100644
index 0000000..ad4205f
Binary files /dev/null and b/static/favicon.png differ
diff --git a/static/icons/icon-120x120.png b/static/icons/icon-120x120.png
new file mode 100644
index 0000000..b6679c6
Binary files /dev/null and b/static/icons/icon-120x120.png differ
diff --git a/static/icons/icon-152x152.png b/static/icons/icon-152x152.png
new file mode 100644
index 0000000..4205e26
Binary files /dev/null and b/static/icons/icon-152x152.png differ
diff --git a/static/icons/icon-16x16.png b/static/icons/icon-16x16.png
new file mode 100644
index 0000000..818d413
Binary files /dev/null and b/static/icons/icon-16x16.png differ
diff --git a/static/icons/icon-180x180.png b/static/icons/icon-180x180.png
new file mode 100644
index 0000000..9c6c2a0
Binary files /dev/null and b/static/icons/icon-180x180.png differ
diff --git a/static/icons/icon-192x192.png b/static/icons/icon-192x192.png
new file mode 100644
index 0000000..ec4c867
Binary files /dev/null and b/static/icons/icon-192x192.png differ
diff --git a/static/icons/icon-32x32.png b/static/icons/icon-32x32.png
new file mode 100644
index 0000000..ad4205f
Binary files /dev/null and b/static/icons/icon-32x32.png differ
diff --git a/static/icons/icon-48x48.png b/static/icons/icon-48x48.png
new file mode 100644
index 0000000..688a6ab
Binary files /dev/null and b/static/icons/icon-48x48.png differ
diff --git a/static/icons/icon-512x512.png b/static/icons/icon-512x512.png
new file mode 100644
index 0000000..8659fb6
Binary files /dev/null and b/static/icons/icon-512x512.png differ
diff --git a/static/icons/icon-57x57.png b/static/icons/icon-57x57.png
new file mode 100644
index 0000000..ade2f4a
Binary files /dev/null and b/static/icons/icon-57x57.png differ
diff --git a/static/icons/icon-60x60.png b/static/icons/icon-60x60.png
new file mode 100644
index 0000000..189dcb7
Binary files /dev/null and b/static/icons/icon-60x60.png differ
diff --git a/static/icons/icon-76x76.png b/static/icons/icon-76x76.png
new file mode 100644
index 0000000..bb5bea7
Binary files /dev/null and b/static/icons/icon-76x76.png differ
diff --git a/static/icons/icon.svg b/static/icons/icon.svg
new file mode 100644
index 0000000..5d19a98
--- /dev/null
+++ b/static/icons/icon.svg
@@ -0,0 +1,16 @@
+
diff --git a/static/manifest.json b/static/manifest.json
new file mode 100644
index 0000000..ad03330
--- /dev/null
+++ b/static/manifest.json
@@ -0,0 +1,63 @@
+{
+ "name": "GitWorkshop.dev",
+ "short_name": "GitWorkshop",
+ "icons": [
+ {
+ "src": "icons/icon-512x512.png?v=1",
+ "sizes": "512x512",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/icon-192x192.png?v=1",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/icon-180x180.png?v=1",
+ "sizes": "180x180",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/icon-152x152.png?v=1",
+ "sizes": "152x152",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/icon-120x120.png?v=1",
+ "sizes": "120x120",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/icon-76x76.png?v=1",
+ "sizes": "76x76",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/icon-60x60.png?v=1",
+ "sizes": "60x60",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/icon-57x57.png?v=1",
+ "sizes": "57x57",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/icon-48x48.png?v=1",
+ "sizes": "48x48",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/icon-32x32.png?v=1",
+ "sizes": "32x32",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/icon-16x16.png?v=1",
+ "sizes": "16x16",
+ "type": "image/png"
+ }
+ ],
+ "start_url": "/",
+ "display": "standalone"
+}