<!DOCTYPE html>
<html>
<head>
<title>Fuzeo</title>
<meta name=viewport content="width=device-width, initial-scale=1">
<style>
  html {
    height: 100%;
    overflow: hidden;
  }
  body {
    background: rgba(1,167,232,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(1,167,232,1) 0%, rgba(11,144,184,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(1,167,232,1)), color-stop(100%, rgba(11,144,184,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(1,167,232,1) 0%, rgba(11,144,184,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(1,167,232,1) 0%, rgba(11,144,184,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(1,167,232,1) 0%, rgba(11,144,184,1) 100%);
    background: radial-gradient(ellipse at center, rgba(1,167,232,1) 0%, rgba(11,144,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a7e8', endColorstr='#0b90b8', GradientType=1 );
    height: 100%;
    text-align: center;    
    color: #fff;
    font-family: sans-serif;
  }
  a {
    color: #fff;    
    margin: 10px;
    display: inline-block;   

  }
  img {
    margin: 4%;
    min-width: 300px;
    width: 30%;
  }
  </style>
</head>
<body>
<img src="/fuzeo.svg" alt="Fuzeo" width="300px" /><br />
<h1>Fuzeo no longer exists, we moved on to other projects.</h1><br /><br />
<b>Find us here:</b></br>
<a href="http://www.relaxtension.nl/">Wytze Voerman</a><a href="https://www.linkedin.com/in/evavdanker">Eva van den Anker</a><a href="https://timdejong.nl/">Tim de Jong</a><a href="http://www.bitsnbolts.nl/">Thijs van den Anker</a><a href="http://www.definedesign.nl/">Martijn Voerman</a></body>
</html>
