wynnbuilder-forked-for-changes/index.html

11 lines
291 B
HTML
Raw Normal View History

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