
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Access Restricted</title>
<style>
body {
    background:#f4f6f8;
    font-family:Arial, sans-serif;
    text-align:center;
    padding-top:120px;
}
.box{
    background:white;
    padding:40px;
    border-radius:10px;
    display:inline-block;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}
h1{
    color:#d9534f;
}
p{
    color:#555;
}
.ip{
    margin-top:15px;
    font-weight:bold;
    color:#333;
}
</style>
</head>

<body>
<div class="box">
<h1>Access Restricted</h1>
<p>Your IP address is not allowed to access this page.</p>
<div class="ip">Detected IP: 216.73.217.81</div>
<p>Please use <a href="https://get.pabrowser.com"> Prisma Browser </a> to access this page</p>
</div>
</body>
</html>