One page doesn't recognize my style sheet, all others do

This is the weirdest thing yet.

I have a site with multiple pages, all with the same structure.

<?PHP include('header.php');?>
<?PHP include('footer.php');?>

All pages display correctly, except on one page. That one displays everthing, but isn’t applying the site’s stylesheet.
It displays properly in edit mode, but after logging out, no styles are applied.

Stripping it down to just the structure, with nothing in the sc-content div makes no difference.

Deleted the content, and replaced it with another page that works. Still doesn’t apply my styles.

Renamed the page, and doesn’t apply my styles.

php error log shows nothing

I’ve deleted the sitecake backup and temp directories several times, and same behavior.

Last time I deleted these directories, I clicked several pages from the menu, both pages that worked, and the one that doesn’t pickup the stylesheet. Here is the content of the Sitecake debug log:

[2018-01-27 18:51:10] Info: Matched route “GET_”.
[2018-01-27 18:51:30] Info: Matched route “GET_”.
[2018-01-27 18:51:50] Info: Matched route “GET_”.
[2018-01-27 18:52:10] Info: Matched route “GET_”.
[2018-01-27 18:52:30] Info: Matched route “GET_”.
[2018-01-27 18:52:50] Info: Matched route “GET_”.
[2018-01-27 18:53:10] Info: Matched route “GET_”.
[2018-01-27 18:53:16] Info: Matched route “GET_”.
[2018-01-27 18:53:19] Info: Matched route “GET_”.
[2018-01-27 18:53:30] Info: Matched route “GET_”.
[2018-01-27 18:53:50] Info: Matched route “GET_”.

Short of an exorcism, any ideas where I should go back to further troubleshoot this one page?

Booooooooooo

Please send link via PM so I can check it out.

Thanks predrag

I just fixed it by putting a / in front of the stylesheet link, so I’ve downgraded it from problem to mystery.

   <link rel="stylesheet" type="text/css" href="**/stylesheet.css**" />

The change didn’t affect any of the other pages, just that one. Beats the heck out of me why that one page was special, but moving on…