wiby/html/accounts/accounts.html.php
2022-07-07 23:48:28 -04:00

26 lines
288 B
PHP
Executable file

<!DOCTYPE html>
<html>
<head>
<title>Form Example</title>
<meta http-equiv="content-type"
content="text/html; charset=utf-8"/>
</head>
<body>
<p>
<?php echo $output; ?>
</p>
</body>
</html>