summaryrefslogtreecommitdiff
path: root/web/flask_proj/old/templates/index.html
diff options
context:
space:
mode:
authorchzhang <zch921005@126.com>2022-12-03 21:12:15 +0800
committerchzhang <zch921005@126.com>2022-12-03 21:12:15 +0800
commit00461080f2c3bb9372c2ec28c2f40e0f64397077 (patch)
tree6eeb026e8d9bbeaa17704920bc966b07f2917628 /web/flask_proj/old/templates/index.html
parent89382791ea9896172bdf8f15e8b30e944664fa15 (diff)
template htmls
Diffstat (limited to 'web/flask_proj/old/templates/index.html')
-rw-r--r--web/flask_proj/old/templates/index.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/web/flask_proj/old/templates/index.html b/web/flask_proj/old/templates/index.html
deleted file mode 100644
index b9be263..0000000
--- a/web/flask_proj/old/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>