<html>
        
    <head>
        <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
                
        <title>Welcome to your SWAG instance</title>
                
        <style>
        body{
            font-family: Helvetica, Arial, sans-serif;
        }
        .message{
            width:440px;
            padding:20px 40px;
            margin:0 auto;
            background-color:#f9f9f9;
            border:1px solid #ddd;
            color: #1e3d62;
        }
        center{
            margin:40px 0;
        }
        h1{
            font-size: 18px;
            line-height: 26px;
        }
        p{
            font-size: 12px;
        }
        a{
            color: rgb(207, 48, 139);
        }
        </style>
            
    </head>
        
    <body>
                
        <div class="message">
                        
            <h1>
                Welcome to your <a href="https://github.com/linuxserver/docker-swag" target="_blank">SWAG</a> instance
            </h1>
                        
            <p>
                A webserver and reverse proxy solution brought to you by <a href="https://www.linuxserver.io/" target="_blank">linuxserver.io</a> with php support and a built-in Certbot client.
            </p>
                        
            <p>
                We have an article on how to use swag here: <a href="https://docs.linuxserver.io/general/swag" target="_blank">docs.linuxserver.io</a>
            </p>
                        
            <p>
                For help and support, please visit: <a href="https://www.linuxserver.io/support" target="_blank">linuxserver.io/support</a>
            </p>
                    
        </div>
            
    </body>
    
</html>
