<!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,follow"/>
    <title>Getspace</title>
    <link rel="stylesheet" href="/img-sys/main.css">
  </head>
  <body class="page is-danger">
    <header class="page-header">
      <div class="container">
        <img src="/img-sys/logo.svg" alt="Getspace">
      </div>
    </header>
    <section class="page-body">
      <div class="container">
        <div class="box">
          <img src="/img-sys/icon-suspended.svg" width="140" alt="Hosting account has been suspended">
          <h1 class="title is-2 is-spaced">Woops, something went wrong…</h1>
          <h2 class="subtitle is-4">Your hosting account has been suspended.</h2>
          <p>Don’t worry, you can restore it! Just be smart, fix the problem now.</p>
          <p>
            <strong>Have no idea what is wrong?</strong><br>
            Choose your country and ask our local support staff,<br>they’ll figure it out:
          </p>

          <div class="buttons has-addons is-centered">
            <a href="https://my.getspace.lt/submitticket.php" class="button is-large">LT</a>
            <a href="https://my.getspace.lv/submitticket.php" class="button is-large">LV</a>
            <a href="https://my.getspace.pl/submitticket.php" class="button is-large">PL</a>
            <a href="https://my.getspace.sk/submitticket.php" class="button is-large">SK</a>
            <a href="https://my.getspace.by/submitticket.php" class="button is-large">BY</a>
            <a href="https://my.getspace.pt/submitticket.php" class="button is-large">PT</a>
            <a href="https://my.getspace.uk/submitticket.php" class="button is-large">UK</a>
          </div>
        </div>
      </div>
    </section>
    <footer class="page-footer">
      <div class="container">
        Copyright 2018 &copy; Getspace
      </div>
    </footer>

    <noscript id="deferred-styles">
      <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700" rel="stylesheet">
    </noscript>
    <script>
        var loadDeferredStyles = function() {
            var addStylesNode = document.getElementById("deferred-styles");
            var replacement = document.createElement("div");
            replacement.innerHTML = addStylesNode.textContent;
            document.body.appendChild(replacement)
            addStylesNode.parentElement.removeChild(addStylesNode);
        };
        var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame ||
            window.webkitRequestAnimationFrame || window.msRequestAnimationFrame;
        if (raf) raf(function() { window.setTimeout(loadDeferredStyles, 0); });
        else window.addEventListener('load', loadDeferredStyles);
    </script>
  </body>
</html>
