inheritance.extend.whitespace.html 167 B

1234567891011
  1. <html>
  2. <head>
  3. <title>My Application</title>
  4. <script src="jquery.js"></script>
  5. </head>
  6. <body>
  7. <h2>Page</h2>
  8. <p>Some content</p>
  9. </body>
  10. </html>