I put the statement at the end of my index.html file but it didn't work but here is the thing:
- The login page prevents me from accessing my application and therefore reading my index.html
- Hence the system cannot read my index.html file in order find the string "include that stylesheet in order to change this and that of the login page"
Since I am not logged in I guess the system can't load the changes I've made but till now I haven't found a way to change the actual login.html or add my lines containing the path to the css file.
So the question would be: How and where do I have to insert my script statement so that the system can load these changes BEFORE accessing the acutal application.