wynnbuilder-forked-for-changes/index.html

11 lines
291 B
HTML
Raw Normal View History

2021-01-06 06:48:41 -06:00
<!DOCTYPE html>
<html>
2022-05-12 03:09:01 -07:00
<body>JS not enabled :(</body>
<script type="text/javascript">
let getUrl = window.location;
2022-05-12 05:54:12 -07:00
let baseUrl = getUrl .protocol + "//" + getUrl.host + "/";
2022-05-12 03:09:01 -07:00
let hash = window.location.hash;
window.location.href = baseUrl + "builder/" + hash;
</script>
2021-01-06 06:48:41 -06:00
</html>