Files
rasbt--python-machine-learn…/code/ch09/1st_flask_app_1/templates/first_app.html
T
2026-07-13 13:38:23 +08:00

13 lines
153 B
HTML

<!doctype html>
<html>
<head>
<title>First app</title>
</head>
<body>
<div>
Hi, this is my first Flask web app!
</div>
</body>
</html>