2021-01-06 12:48:41 +00:00
|
|
|
<!DOCTYPE html>
|
2022-05-12 08:48:59 +00:00
|
|
|
<html>
|
2022-05-12 10:09:01 +00:00
|
|
|
<body>JS not enabled :(</body>
|
|
|
|
<script type="text/javascript">
|
|
|
|
let getUrl = window.location;
|
|
|
|
let baseUrl = getUrl .protocol + "//" + getUrl.host + "/" + getUrl.pathname.split('/')[1];
|
|
|
|
let hash = window.location.hash;
|
|
|
|
window.location.href = baseUrl + "builder/" + hash;
|
|
|
|
</script>
|
2021-01-06 12:48:41 +00:00
|
|
|
</html>
|