Skip to content

Commit 5b3e71c

Browse files
Update index.html
1 parent b656793 commit 5b3e71c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Hello Flask Frontend with MySQL</title>
4+
<title>Flask App</title>
55
<style>
66
/* ... (your CSS styles) */
77
</style>
88
</head>
99
<body>
1010
<div class="container">
11-
<h1>Hello, Flask Frontend with MySQL!</h1>
11+
<h1>Hello Dosto, Let's make a 2 Tier App with Docker Compose!</h1>
1212
{% for message in messages %}
1313
<p>{{ message[0] }}</p>
1414
{% endfor %}

0 commit comments

Comments
 (0)