mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-09 05:20:54 -07:00
7 lines
212 B
Markdown
7 lines
212 B
Markdown
<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>
|