diff options
Diffstat (limited to 'web/flask_proj/tut03/templates')
| -rw-r--r-- | web/flask_proj/tut03/templates/hello.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/flask_proj/tut03/templates/hello.html b/web/flask_proj/tut03/templates/hello.html new file mode 100644 index 0000000..3d8047f --- /dev/null +++ b/web/flask_proj/tut03/templates/hello.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Title</title> +</head> +<body> + <img src="{{ image }}"></img> +</body> +</html>
\ No newline at end of file |
