diff options
Diffstat (limited to 'web/flask_proj/templates')
| -rw-r--r-- | web/flask_proj/templates/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/web/flask_proj/templates/index.html b/web/flask_proj/templates/index.html new file mode 100644 index 0000000..b9be263 --- /dev/null +++ b/web/flask_proj/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> |
