- <html>
- <head>
- <title>Welcome to TestServ</title>
- </head>
- <body>
- <h1>Hello!</h1>
- <p>This is a test of the PyServe Python HTTP server library.</p>
- <form action="/" method="POST">
- <input type="text" name="name"></input>
- <button type="submit">Test</button>
- </form>
- </body>
- </html>
|