Skip to content

Commit 0228668

Browse files
committed
Changes in index.html file
1 parent 6de2cc7 commit 0228668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119

120120
<body>
121121
<div class="container">
122-
<h1>Hello Everyone,<br>Let's make a 2 Tier Application with Flask and MYSQL!</h1>
122+
<h1>Hello Everyone!<br>Let's make a 2 Tier Application with Flask and MYSQL!</h1>
123123
<div class="messages">
124124
{% for message in messages %}
125125
<p>{{ message[0] }}</p>

0 commit comments

Comments
 (0)