chess/application/views/forget_email_template.php

16 lines
202 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>Hello world</title>
</head>
<body>
Plase click here for reset your Password <a target="_blank" href="<?php echo $link; ?>">Reset Password</a>
</body>
</html>