How to prevent breaks when user reloads a page.

How to prevent breaks when user reloads a page.

I have straight out links from page to page to page.

<A HREF="page.php" data-role="button">

When a user thus reloads though on a page a few in...they lose the CSS and other things associated with that page. 
That is because the header files are only on the first page and not on subsequent pages. 
I'm hoping to have it so that if someone forces the reload that it resets to the front page of the app.

Or is there a better way to do this. 

Thanks