<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <title>Проект закрыт</title>
    <link href="https://fonts.googleapis.com/css?family=Philosopher:700i&text=elLf%20houSE20317%E2%80%94" rel="stylesheet">
    <style type="text/css">
        html, body {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
        }

        body {
            display: flex;
            font-size: 14px;
            align-items: center;
            justify-content: center;
        }

        h1 { font-size: 5em; }

        h2 { font-size: 4em; }

        .content {
            display: inline-block;
            font-family: 'Philosopher', sans-serif;
            font-weight: 700;
            font-style: italic;
            color: #333;
            text-align: center;
        }

        .rip-icon { width: 20em; height: 20em; }
    </style>
</head>
<body>
    <div class="content">
        <h1>elLf houSE</h1>
        <img src="rip.png" alt="Проект закрыт" class="rip-icon"/>
        <h2>2003 &mdash; 2017</h2>
    </div>
    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
          (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
      ga('create', 'UA-36826867-2', 'auto');
      ga('send', 'pageview');
    </script>
</body>
</html>
