<html>
    <head>
        <title>Up Concert</title>
        <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
        <style>
            body {
                font-family: 'Roboto', sans-serif;
                background-color: #f1f2f6;
            }

            .main {
            background-color: #f1f2f6;
            background-size: cover;
            height: 60vh;
            text-align: center;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            }

            .main img {
                width: 75%;
            }

            .main a {
                color: #57606f;
            }

            .main .text {
                color: #747d8c;
            }
        </style>
    </head>
    <body>
        <div class="main">
            <div class="text">
                <img src="logo.png" />
                <h1>2006 - 2019</h1>
                <h4>N'ayant plus le temps de m'occuper du site, Up Concert ferme ses portes.</h4>
                <h4>Si besoin, vous pouvez me joindre via mon profil <a href="https://fr.linkedin.com/in/nicolas-soenen-1796823">LinkedIn</a></h4>

                <br />
                <h5>Quelques sites qui nous ont fait confiance pendant toutes ces ann�es : <a href="https://www.pixbear.com/">Pixbear</a>, <a href="https://www.merseyside.fr/">Merseyside</a>, <a href=" https://www.clapee.fr/">Clapee</a></h5>
            </div>
          </div>
    </body>
</html>