index.html 277 B

1234567891011121314
  1. <html>
  2. <head>
  3. <title>Welcome to TestServ</title>
  4. </head>
  5. <body>
  6. <h1>Hello!</h1>
  7. <p>This is a test of the PyServe Python HTTP server library.</p>
  8. <form action="/" method="POST">
  9. <input type="text" name="name"></input>
  10. <button type="submit">Test</button>
  11. </form>
  12. </body>
  13. </html>