ffprofile
ffprofile copied to clipboard
Display an error message when the main script is not executed
When main.js cannot be loaded or the user has a script blocker installed, the navigation is shown but nothing else.
There should be a useful error message explaining that the website requires Javascript.
I wonder if this couldn't work using pure CSS. there is a :target selector in CSS that could be used to show and hide the different pages.
See #261 for the pure CSS idea.