<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Cache-control" content="no-cache">
        <meta http-equiv="Cache-control" content="max-age=0">
        <meta http-equiv="refresh" content="30">
        <style>
            body { font-family:monospace; color:#222; }
            a { text-decoration: none; }
            div.title { font-size:24px;font-weight:600;line-height:24px; }
            div.menu { font-size:16px;font-weight:400;line-height:48px; }
            div.rule { height:1px; width:500px; background-color:#000; font-size:0px; }
        </style>
    </head>
    <body>
        <div class=title>ApiTester</div>
        <div class=menu>
            <A href=/applog     title="View the application log.">AppLog</a> |
            <A href=/userlog    title="View the user requests log.">UserLog</a> |
            <A href=/msglog     title="View the messages requests log.">MsgLog</a> |
            <A href=/headers    title="View the HTTP request headers.">Headers</a> |
            <A href=/podrequest title="View an outbound pod request response.">PodRequest</a>
        </div>
        <div class=rule></div>
        <pre>Messages not enabled.
        </pre>
    </body>
</html>