Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Static content in website - while URL changes [closed]

Please correct me if my title is not understandable, but I don't understand how this site functions. The URL changes but header is static, and the music plays without interruption.

(url removed)

I'm aware of hash tags, but as I can see here the entire URL changes.

like image 547
enloz Avatar asked Jun 11 '26 02:06

enloz


1 Answers

In a nutshell, HTML5.

You can change the URL to anything you like using window.history.pushState()

Have a read of http://diveintohtml5.info/history.html

like image 174
472084 Avatar answered Jun 12 '26 15:06

472084