Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrisb committed Mar 4, 2024
1 parent bdfc1ae commit 5a3762a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<body bgcolor="{{ bgcolor }}">
<body style="background-color: {{ bgcolor }}">

<center>
<div style="text-align:center">
{{ content|safe }}
</center>
</div>

</body>
</html>

0 comments on commit 5a3762a

Please sign in to comment.