Update template.htm

This commit is contained in:
FusionPBX 2019-09-08 09:55:57 -06:00 committed by GitHub
parent c1eb5e7707
commit 56ce88c95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,10 @@
<title>FusionPBX</title>
</head>
<body onload="">
{$content}
<div id="body" align="center">
<div style="width: 70%;">
{$content}
</div>
</div>
</body>
</html>