summaryrefslogtreecommitdiff
path: root/web/flask_proj/old/templates/index.html
diff options
context:
space:
mode:
authorchzhang <zch921005@126.com>2022-11-26 18:50:20 +0800
committerchzhang <zch921005@126.com>2022-11-26 18:50:20 +0800
commitfd57eba42101c752fe6f85d4ac47c30f76d7d1bb (patch)
treea5d19a579265fa6e107f9704121c0c9e387e02de /web/flask_proj/old/templates/index.html
parent67c38fcc0854064d82064f891f1c773bafd922d6 (diff)
flask web 01 req/resp & cookie
Diffstat (limited to 'web/flask_proj/old/templates/index.html')
-rw-r--r--web/flask_proj/old/templates/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/flask_proj/old/templates/index.html b/web/flask_proj/old/templates/index.html
new file mode 100644
index 0000000..b9be263
--- /dev/null
+++ b/web/flask_proj/old/templates/index.html
@@ -0,0 +1,20 @@
+<!DOCUTYPE html>
+<html>
+<head>
+
+</head>
+<body>
+ <form>
+ <table>
+ <tr>
+ <td> Name: </td>
+ <td> <input type="text" name="" placeholder="name"></td>
+ </tr>
+ <tr>
+ <td> Password: </td>
+ <td> <input type="password" name="" placeholder="password"> </td>
+ </tr>
+ </table>
+ </form>
+</body>
+</html>