It's been a challenge for me to create a custom app_offline.htm page and include links to my css files in the project. Unfortunately, the code snippet below doesn't seem to be working as expected:
<link href="/Content/Themes/screen.css" rel="stylesheet" type="text/css" />
Upon checking the console, I encountered the following error message:
GET mySite/Content/Themes/screen.css 503 (Service Unavailable)
I would greatly appreciate any advice on how to properly link a css file in app_ofline.htm. Your help is highly valued!