index.html 239 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Example</title>
  5. </head>
  6. <body>
  7. <p>INDEX</p>
  8. </body>
  9. <form action="./create.html" method="get">
  10. <input type="submit" value="Create a file">
  11. </form>
  12. </html>