Skip to content

Commit caab554

Browse files
committed
center update
1 parent cdb5461 commit caab554

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/form.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<script src="{{ url_for('static', filename='js/form.js') }}"></script>
1414
</head>
1515
<body>
16+
<Center>
1617
<div class="container">
1718
<br><br><br><br>
1819
<h2> Enter Comment</h2>
@@ -27,5 +28,6 @@ <h2> Enter Comment</h2>
2728
<div id="successAlert" class="alert alert-success" role="alert" style="display:none;"></div>
2829
<div id="errorAlert" class="alert alert-danger" role="alert" style="display:none;"></div>
2930
</div>
31+
</Center>
3032
</body>
3133
</html>

0 commit comments

Comments
 (0)