You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path to the css file may have to be interpreted by a browser on a windows machine. The hardcoded / characters here cause an error:
The css file can not be found.
Replacing the line with the following code works on Windows:
The path to the css file may have to be interpreted by a browser on a windows machine. The hardcoded
/
characters here cause an error:The css file can not be found.
Replacing the line with the following code works on Windows:
The text was updated successfully, but these errors were encountered: