mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
14 lines
280 B
PHP
14 lines
280 B
PHP
|
|
<!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>
|