wiby/html/accounts/accounts.html.php

26 lines
288 B
PHP
Raw Normal View History

2022-07-08 03:48:28 +00:00
<!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>