14 lines
315 B
HTML
14 lines
315 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Home Page</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to My Simple Flask App!</h1>
|
|
<p>Hello World! There is no steak here.</p>
|
|
<p>Bye bye!</p>
|
|
</body>
|
|
</html>
|