Update template.htm

This commit is contained in:
FusionPBX 2019-09-08 09:55:57 -06:00 committed by GitHub
parent b8e23d1974
commit 0d5d2a2775
1 changed files with 5 additions and 1 deletions

View File

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