| <!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        
        <meta name="robots" content="noindex, nofollow" />
        <title>Pimped Apache Status 2</title>
        
        <script src="{{APPDIR}}/javascript/functions.js" type="text/javascript"></script>
        <script src="{{APPDIR}}/javascript/counterhistory.class.js" type="text/javascript"></script>
        {{HEADER}}
        
    </head>
    <body class="hold-transition sidebar-mini {{SKIN}}">
    <div class="wrapper">
        {{CONTENT}}
        {{FOOTER}}{{JSONREADY}}
    </div>
    </body>
</html>
 |