forked from MapComplete/MapComplete
feat: add prettier config
This commit is contained in:
parent
7d77b0ba4c
commit
d3f453a4fb
12 changed files with 159 additions and 104 deletions
|
@ -1,15 +1,16 @@
|
|||
<html>
|
||||
<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
|
||||
>
|
||||
|
||||
<body>
|
||||
|
||||
The custom generator has moved (temporarily), go to <a
|
||||
href='https://pietervdvn.github.io/mc/legacy/070/customGenerator.html'</a>
|
||||
Redirecting you to the development version
|
||||
|
||||
<script>
|
||||
window.location.replace("https://pietervdvn.github.io/mc/legacy/070/customGenerator.html" + window.location.search + window.location.hash);
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
<script>
|
||||
window.location.replace(
|
||||
"https://pietervdvn.github.io/mc/legacy/070/customGenerator.html" +
|
||||
window.location.search +
|
||||
window.location.hash
|
||||
);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue