default.txt 264 B

12345678910111213
  1. <!DOCTYPE html>
  2. <title>Title</title>
  3. <style>body {width: 500px;}</style>
  4. <script type="application/javascript">
  5. function $init() {return true;}
  6. </script>
  7. <body>
  8. <p checked class="title" id='title'>Title</p>
  9. <!-- here goes the rest of the page -->
  10. </body>