We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b656793 commit 5b3e71cCopy full SHA for 5b3e71c
templates/index.html
@@ -1,14 +1,14 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <title>Hello Flask Frontend with MySQL</title>
+ <title>Flask App</title>
5
<style>
6
/* ... (your CSS styles) */
7
</style>
8
</head>
9
<body>
10
<div class="container">
11
- <h1>Hello, Flask Frontend with MySQL!</h1>
+ <h1>Hello Dosto, Let's make a 2 Tier App with Docker Compose!</h1>
12
{% for message in messages %}
13
<p>{{ message[0] }}</p>
14
{% endfor %}
0 commit comments