chess/application/views/pages/reply_template.php

17 lines
146 B
PHP
Raw Normal View History

2024-03-08 13:03:59 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Hello world</title>
</head>
<body>
<h5>Message :</h5>
<p><?php echo $message; ?></p>
</body>
</html>