12 lines
289 B
HTML
12 lines
289 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Flask App</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to Flask App</h1>
|
|
<p>Your application is running successfully!</p>
|
|
</body>
|
|
</html> |