13 lines
153 B
HTML
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> |