diff options
| author | chzhang <zch921005@126.com> | 2022-12-03 21:12:15 +0800 |
|---|---|---|
| committer | chzhang <zch921005@126.com> | 2022-12-03 21:12:15 +0800 |
| commit | 00461080f2c3bb9372c2ec28c2f40e0f64397077 (patch) | |
| tree | 6eeb026e8d9bbeaa17704920bc966b07f2917628 /web/flask_proj/bak/templates/login.html | |
| parent | 89382791ea9896172bdf8f15e8b30e944664fa15 (diff) | |
template htmls
Diffstat (limited to 'web/flask_proj/bak/templates/login.html')
| -rw-r--r-- | web/flask_proj/bak/templates/login.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/flask_proj/bak/templates/login.html b/web/flask_proj/bak/templates/login.html new file mode 100644 index 0000000..435fac4 --- /dev/null +++ b/web/flask_proj/bak/templates/login.html @@ -0,0 +1,12 @@ + +{% extends "base.html" %} + +{% block title %} login page {% endblock %} + +{% block content %} +<form action="#" method="post"> + <p>Name: </p> + <p><input type="text" name="name"/></p> + <p><input type="submit" value="submit" /></p> +</form> +{% endblock %}
\ No newline at end of file |
