<html>
<body style="background-color:black;margin:50 auto;">
<center>
<img src="alert.gif"> 
<br><br>
<h1 style="color:red;font-family:verdana;font-size:5vw"> PUDIK ALERT </h1>
<h2 style="color:red;font-family:verdana;font-size:3.5vw">
<?php
$REASON = $_GET['reason'];
echo htmlspecialchars($REASON);
?>
</h2>
<h3 style="color:red;font-family:verdana;font-size:2vw">
This service provided to you by PEEPUS BOYZ&trade;
</h3>
</center>
</body>
</html>
