mirror of https://github.com/dirtbags/moth.git
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
|
<script type="text/javascript">
|
||
|
window.onload = function () {
|
||
|
e = document.getElementById("answer");
|
||
|
e.innerHTML = "redecorates hugged";
|
||
|
}
|
||
|
</script>
|
||
|
The answer for this page is: <span id="answer"></span>
|