Source of: /ADI/email/message_template.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="5; url=contact_us.php" />
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
<title>Message</title>
</head>
<body class="w3-container">
<div class="w3-card-12 w3-red" >
<h2 style="text-align:center;"><?php echo $report ?></h2>
</div>
</body>
</html>