<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Website not found</title>
<style>
.spinner {
margin: 50px auto 0;
width: 250px;
text-align: center;
}
.spinner > div {
width: 35px;
height: 35px;
background-color: #8bc53e;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
body{
font-family: "Segoe UI",'Proxima Nova',Arial,sans-serif;
font-size: 15px;
line-height: 1.6;
color: #2c3235;
background-color:#e9e3d5;
}
a{
color: #0088cc;
}
</style>
<meta name="robots" content="noindex, nofollow">
</head>
<body>
<br/>
<br/>
<div style="text-align: center;">
<h2>Website not found</h2>
<p>
404 error: <strong>techskillsausts.simpsite.nl</strong> not found </p>
<p>
Easily build your own website with <a rel="nofollow" href="http://www.webador.com/?utm_source=sites&utm_medium=link&utm_content=404-subdomain-or-subpath">Webador</a> </p>
<img src="https://assets.jwwb.nl/assets/brand/webador/logo/logo-dark.svg?bust=787b9257702174e031fb" alt="Webador logo" />
</div>
<br/>
<br/>
<img style="position: fixed; bottom: 15px; right: 15px;" src="https://assets.jwwb.nl/assets/brand/webador/logo/logo-dark.svg?bust=787b9257702174e031fb" alt="Webador logo" />
</body>
</html>