wynnbuilder-forked-for-changes/index.html
2022-05-12 05:54:12 -07:00

11 lines
291 B
HTML

<!DOCTYPE html>
<html>
<body>JS not enabled :(</body>
<script type="text/javascript">
let getUrl = window.location;
let baseUrl = getUrl .protocol + "//" + getUrl.host + "/";
let hash = window.location.hash;
window.location.href = baseUrl + "builder/" + hash;
</script>
</html>