mirror of https://github.com/dirtbags/moth.git
9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
|
<script type="text/javascript">
|
||
|
window.onload = function () {
|
||
|
e = document.getElementById("answer");
|
||
|
e.innerHTML = "greedy carpels";
|
||
|
location.replace("../1/index.html");
|
||
|
}
|
||
|
</script>
|
||
|
The answer for this page is: <span id="answer"></span>
|