Madw3b.nl is in onderhoud!

<!DOCTYPE html>
<html>
<head>
  <title>Madw3b Engine</title>
   <style>
       * { box-sizing:border-box }
       @media (prefers-reduced-motion: no-preference) {
       :root {
                 scroll-behavior: smooth;
                }
              }
       body {
                background:#000000;
                color:#fff;
                font-weight:normal;
                text-transform:capitalize;
                text-decoration:none;
                overflow-y:auto;
            }
    </style>
</head>
   <body class="full-width" data-mad-sidebar="true">
      <section class="full-height error">
        <div class="container">
          <div class="row">
             <div class="col-12 text-center">
                 <div class="content-box padding">
                    <h1>404</h1>
                    <div class="info-box">
                    <code>Oeps Pagina niet gevonden</code><br>
                    </div>
                    <button onclick="history.back();" class="btn btn-primary mt-4">Ga Terug</button>
                 </div>
             </div>
          </div>
        </div>
        <div class="bg-wrap"><div class="bg"></div></div>
      </section>

   </body>
</html>