Marek Küthe
|
fa21bcfa43
|
Replace dns with ip addresses
This ensures that people without a working DNS but with working IP connections to the dn42 can use the JavaScript page.
|
2023-09-23 17:13:58 +02:00 |
|
Marek Küthe
|
cf815240fe
|
Remove integrity for CSS
This is unnecessary when using resources that are loaded from your own site. This technique should rather be used in connection with CDNs.
|
2023-09-23 17:13:11 +02:00 |
|
Marek Küthe
|
2cc7e443fc
|
Outsource JavaScript into seperate file
In general, JS and CSS resources should be in separate files. This improves clarity and security (for example, when using CSP).
|
2023-09-23 17:12:02 +02:00 |
|
|
eb09c13ce0
|
add static html site with clientside js
|
2022-09-18 11:51:33 +02:00 |
|