other.html 195 B

1234567891011
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>MAX80: Hello, Other!</title>
  5. </head>
  6. <body>
  7. <h1>Hello, Other!</h1>
  8. <p>This is a file which is not called index.html.</p>
  9. </body>
  10. </html>