<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<!--Access Denied-->
<head>
    <meta charset="utf-8" />
    <title>Access Denied</title>
    <style>
        body {
            background: #222;
            font-family: Verdana;
            color: #fff;
        }

        .container {
            width: 100%;
        }

        a, a:visited {
            color:#00ff00;
        }
    </style>
</head>
<body>
    <div class="container">
        <h3>Access Denied</h3>
        <p>Feature requires a subscription or business license. (Forward)</p>
    </div>
</body>
</html>