mapcomplete/customGenerator.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
437 B
HTML
Raw Normal View History

2021-07-05 11:04:03 +02:00
<html>
2022-09-03 18:00:54 +02:00
<body>
The custom generator has moved (temporarily), go to
<a href="https://pietervdvn.github.io/mc/legacy/070/customGenerator.html">
Redirecting you to the development version</a
>
2021-07-05 11:04:03 +02:00
2022-09-03 18:00:54 +02:00
<script>
window.location.replace(
"https://pietervdvn.github.io/mc/legacy/070/customGenerator.html" +
window.location.search +
window.location.hash
);
</script>
</body>
2021-07-05 11:04:03 +02:00
</html>