e47a0229f9
Compartmentalized and updated assets
...
- NETWATCH 404 pages removed - time for something new
- Compartmentalized CSS fonts and JS script files
- Streamlined cache manifest for ServiceWorker
- Added AVIF images, replaced PNG fallback with WebP fallback
- Changed favicon color
2021-06-03 10:59:43 +02:00
4d74cc4607
Removed script file import
...
Combined both script.js and legacy.js into a single <script> tag on index.html.
The page uses less than 15 sloc of JS excluding the Service Worker.
2021-01-31 12:56:28 +01:00
1e762a65ea
Removed caching of subdirectories
...
Subdirectories with the exception of /assets/ will not get cached by the Service Worker. A normal network fetch() will be executed.
Added scope to Service Worker register.
Added "fetchContent()" which performs a normal network fetch() and follows redirects.
2020-12-15 14:46:41 +01:00
e30593f849
dev12060537 - ServiceWorker basic boilerplate
...
Added a boilerplate for a offline-first sw.
Need to add support for non-standard same-origin assets
2020-12-06 05:38:36 +01:00
a81f518c0f
Draft
...
Landingpage
2020-11-20 12:47:36 +01:00
c34db81cd5
Draft
2020-11-17 16:30:32 +01:00