2021-01-06 06:48:41 -06:00
|
|
|
<!DOCTYPE html>
|
2022-05-12 01:48:59 -07:00
|
|
|
<html>
|
2022-05-12 03:09:01 -07: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 06:48:41 -06:00
|
|
|
</html>
|