1 2 3 4 5 6 7 8 9 10 11 12 13 14
<html> <head> <meta name=charset value="latin1"> <title> Schrodinger's Document </title> </head> <body> A nice, simple page for testing. <script> document.write('<p><b>Or so you thought...</b></p>'); </script> </body> </html>