chess/application/views/reply_template.php

17 lines
146 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>Hello world</title>
</head>
<body>
<h5>Message :</h5>
<p><?php echo $message; ?></p>
</body>
</html>