16 lines
259 B
HTML
Executable File
16 lines
259 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="{$_G['charset']}" />
|
|
<meta name="renderer" content="webkit" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>$subject</title>
|
|
</head>
|
|
<body>
|
|
|
|
hi, $toemail<br>
|
|
$subject<br>
|
|
$message
|
|
|
|
</body>
|
|
</html> |