Files
nexusphp/resources/templates/guest-visit-custom-content.php

14 lines
280 B
PHP
Raw Normal View History

2021-02-03 18:41:53 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<div style="padding: 15px;display: flex;justify-content: center">
<div style="max-width: 1120px;">
<?php echo $content?>
</div>
</div>
</body>
</html>