index.html 247 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>My App</title>
  6. <style></style>
  7. </head>
  8. <body>
  9. <h1>Hello!</h1>
  10. <p>This is a simple page.</p>
  11. <p id="something"></p>
  12. <script></script>
  13. </body>
  14. </html>