Spaces:
Sleeping
Sleeping
| <html> | |
| <head> | |
| <title>Flask Demo</title> | |
| </head> | |
| <body> | |
| <h1>{{ message }}</h1> | |
| <a href="./hello">去打招呼</a> | |
| <a href="./form">填写表单</a> | |
| </body> | |
| </html> |
| <html> | |
| <head> | |
| <title>Flask Demo</title> | |
| </head> | |
| <body> | |
| <h1>{{ message }}</h1> | |
| <a href="./hello">去打招呼</a> | |
| <a href="./form">填写表单</a> | |
| </body> | |
| </html> |