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