diff options
| author | Yuval Adam <_@yuv.al> | 2025-03-03 13:37:03 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-03-03 13:37:03 +0100 |
| commit | 94701020c366189ac43035de7a07c26fe3bb1226 (patch) | |
| tree | b21f5fc952d4018ec0466c6d25b4e638d37af77e | |
| parent | fcd2945b7e7b686e60fded0672b06614adf66937 (diff) | |
Add favicons
| -rw-r--r-- | ico/apple-touch-icon.png | bin | 0 -> 1750 bytes | |||
| -rw-r--r-- | ico/favicon.ico | bin | 0 -> 5238 bytes | |||
| -rw-r--r-- | ico/icon-192-maskable.png | bin | 0 -> 1632 bytes | |||
| -rw-r--r-- | ico/icon-192.png | bin | 0 -> 6033 bytes | |||
| -rw-r--r-- | ico/icon-512-maskable.png | bin | 0 -> 7621 bytes | |||
| -rw-r--r-- | ico/icon-512.png | bin | 0 -> 20242 bytes | |||
| -rw-r--r-- | index.html | 12 | ||||
| -rw-r--r-- | site.webmanifest | 31 |
8 files changed, 40 insertions, 3 deletions
diff --git a/ico/apple-touch-icon.png b/ico/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..abd842d --- /dev/null +++ b/ico/apple-touch-icon.png diff --git a/ico/favicon.ico b/ico/favicon.ico Binary files differnew file mode 100644 index 0000000..cc066f0 --- /dev/null +++ b/ico/favicon.ico diff --git a/ico/icon-192-maskable.png b/ico/icon-192-maskable.png Binary files differnew file mode 100644 index 0000000..856c8c7 --- /dev/null +++ b/ico/icon-192-maskable.png diff --git a/ico/icon-192.png b/ico/icon-192.png Binary files differnew file mode 100644 index 0000000..49d2d39 --- /dev/null +++ b/ico/icon-192.png diff --git a/ico/icon-512-maskable.png b/ico/icon-512-maskable.png Binary files differnew file mode 100644 index 0000000..430213f --- /dev/null +++ b/ico/icon-512-maskable.png diff --git a/ico/icon-512.png b/ico/icon-512.png Binary files differnew file mode 100644 index 0000000..370613d --- /dev/null +++ b/ico/icon-512.png @@ -12,6 +12,13 @@ <script src="https://cdn.usefathom.com/script.js" data-site="NEBPAKSA" defer></script> <script src="https://cwjs.mastercw.com/cw.min.js"></script> <meta name="canonical" href="https://morsehero.com"> + + <link rel="apple-touch-icon" sizes="180x180" href="/ico/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/ico/icon-192.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/ico/icon-192.png"> + <link rel="manifest" href="/site.webmanifest"> + <meta name="theme-color" content="#2c3e50"> + <style> body { font-family: 'Fredoka One', 'Baloo', 'Arial Rounded MT Bold', sans-serif; @@ -425,9 +432,8 @@ </div> <footer class="footer"> - <p>Created with <a href="https://www.mastercw.com/cw.js/">CW.js</a>.</p> - <p>For a more complete and professional Morse Code training solution visit <a - href="https://www.mastercw.com">Master CW</a>.</p> + <p>Created with <a href="https://www.mastercw.com/cw.js/">CW.js</a>. For a complete and professional + Morse Code training solution visit <a href="https://www.mastercw.com">Master CW</a>.</p> </footer> </div> diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..4c92c71 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,31 @@ +{ + "name": "Morse Hero", + "short_name": "Morse Hero", + "icons": [ + { + "src": "/ico/icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/ico/icon-512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "/ico/icon-192-maskable.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/ico/icon-512-maskable.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#2c3e50", + "background_color": "#2c3e50", + "display": "standalone" +} |
