diff options
Diffstat (limited to 'web/flask_proj/old/templates')
| -rw-r--r-- | web/flask_proj/old/templates/index.html | 20 |
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> |
