<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Something went wrong</title>
    <link rel="stylesheet" href="/css/styles.css" />
  </head>
  <body>
    <div class="container">
      <div class="header">
        <svg
          class="icon icon--error"
          width="20"
          height="20"
          viewBox="0 0 20 20"
          fill="none"
          xmlns="http://www.w3.org/2000/svg"
        >
          <path
            fill-rule="evenodd"
            clip-rule="evenodd"
            d="M3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10ZM10 7.30769C10.2974 7.30769 10.5385 7.54877 10.5385 7.84615V10.5385C10.5385 10.8358 10.2974 11.0769 10 11.0769C9.70262 11.0769 9.46154 10.8358 9.46154 10.5385V7.84615C9.46154 7.54877 9.70262 7.30769 10 7.30769ZM10 13.2308C10.2974 13.2308 10.5385 12.9897 10.5385 12.6923C10.5385 12.3949 10.2974 12.1538 10 12.1538C9.70262 12.1538 9.46154 12.3949 9.46154 12.6923C9.46154 12.9897 9.70262 13.2308 10 13.2308Z"
            fill="currentColor"
          />
        </svg>

        <h1 class="heading">Incorrect parameter</h1>

        <p class="description">
          Please contact your veterinary practice for more information
        </p>
      </div>
      <footer class="footer">
        <p>
          vetspace.cloud is part of MWI Animal Health, which partners with
          veterinary practices to provide payment solutions
        </p>
      </footer>
    </div>
  </body>
</html>
