diff options
| author | chzhang <zch921005@126.com> | 2022-11-26 18:50:20 +0800 |
|---|---|---|
| committer | chzhang <zch921005@126.com> | 2022-11-26 18:50:20 +0800 |
| commit | fd57eba42101c752fe6f85d4ac47c30f76d7d1bb (patch) | |
| tree | a5d19a579265fa6e107f9704121c0c9e387e02de /web/flask_proj/templates/index.html | |
| parent | 67c38fcc0854064d82064f891f1c773bafd922d6 (diff) | |
flask web 01 req/resp & cookie
Diffstat (limited to 'web/flask_proj/templates/index.html')
| -rw-r--r-- | web/flask_proj/templates/index.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/web/flask_proj/templates/index.html b/web/flask_proj/templates/index.html deleted file mode 100644 index b9be263..0000000 --- a/web/flask_proj/templates/index.html +++ /dev/null @@ -1,20 +0,0 @@ -<!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> |
