<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <title>Application failed - runstack</title>
    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
</head>
<body>
    <style type="text/css">
        body, html {
            height: 100%;
        }
        body {
            font-family: 'Roboto Mono', monospace;
            font-weight: 400;
            font-size: 30px;
            line-height: 45px;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            background: url(https://s3-eu-west-1.amazonaws.com/runstack.io/backgrounds/blue-one.png) no-repeat bottom -100px center;
            background-size: contain;
            padding: 0;
            margin: 0;
        }
        p {
            padding-top: 50px;
        }
        img {
            position: absolute;
            bottom: 40px;
            left: 50px;
            max-width: 200px;
            width: 100%;
            height: auto;
        }
    </style>

    <p>Wordpress database is starting up, please wait a few seconds...</p>
    <a href="https://runstack.io">
        <img src="https://s3-eu-west-1.amazonaws.com/runstack.io/logo-white.png" alt="managed cloud hosting | runstack" />
    </a>
    <script>
      setTimeout(function(){
         window.location.reload(1);
      }, 5000);
    </script>
</body>
</html>
