alter index references to rc3

This commit is contained in:
aiyion.prime 2020-11-15 22:38:26 +01:00
parent 0b092d6793
commit 349533c77d

View file

@ -6,14 +6,14 @@
if (path.endsWith('index.html')) {
path = path.substr(path, path.length - 'index.html'.length);
}
var url = 'https://play.workadventu.re/_/global/'+window.location.host+path+'map.json';
var url = 'https://play.wa-test.rc3.cccv.de/_/global/'+window.location.host+path+'map.json';
document.getElementById('mapLink').href = url;
document.getElementById('mapLink').innerText = url;
};
</script>
</head>
<body>
This website contains a map for <a href="https://workadventu.re">Workadventu.re</a>.
This website contains a map for <a href="https://howto.rc3.world/">rc3</a>.
<br/>
You can access this map at <a id="mapLink" href=""></a>
</body>