Adding history support

Arriving on a new map now changes the URL.
All URLs starting with _ are automatically redirected to index.html by the web server
This commit is contained in:
David Négrier 2020-05-12 00:07:50 +02:00
parent 9417e4a4d2
commit daa559738b
4 changed files with 40 additions and 0 deletions

View file

@ -5,6 +5,7 @@
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<base href="/">
<link rel="stylesheet" href="/resources/style/style.css">
<title>Document</title>
</head>