User:Shay Taylor
From The Waste Land Wiki
Shay Taylor (Talk | contribs) (Created page with "<p> test </p>") |
Shay Taylor (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | < | + | <html> |
| + | <body> | ||
| + | |||
| + | <button onclick="myFunction()"> DON'T CLICK THIS</button> | ||
| + | |||
| + | <script> | ||
| + | function myFunction() { | ||
| + | while (true) { | ||
| + | alert("Hello! I am an alert box!");} | ||
| + | } | ||
| + | </script> | ||
| + | |||
| + | </body> | ||
| + | </html> | ||