home.html 283 B

1234567891011121314
  1. <!doctype html>
  2. <html lang="en-us">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title>Welcome home</title>
  7. </head>
  8. <body>
  9. <h1>Home Page</h1>
  10. <p>This is the home page of our application.</p>
  11. </body>
  12. </html>