URL:    [ Dan Winchester Home ] [ View Source Home ] 
HTTP/1.1 404 Not Found
Server: nginx/1.26.0
Date: Mon, 29 Apr 2024 06:59:10 GMT
Content-Type: text/html
Content-Length: 789
Connection: close
Vary: Accept-Encoding
ETag: "5cf99bfa-315"

<!DOCTYPE html>
<html lang="en">
<head>
<title>Account Suspended</title>
<style>
*{
  transition: all 0.6s;
}

html {
  height: 100%;
}

body{
  font-family: 'Lato', sans-serif;
  color: #888;
  margin: 0;
}

#main{
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.fof{
  display: table-cell;
  vertical-align: middle;
}

.fof h1{
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  animation: type .5s alternate infinite;
}

@keyframes type{
  from{box-shadow: inset -3px 0px 0px #888;}
  to{box-shadow: inset -3px 0px 0px transparent;}
}
</style>

</head>
<div id="main">
  <div class="fof">
    <h1>Account Suspended</h1>
    <h2>Please contact your hosting provider to correct issues causing your website to be offline.</h2>
  </div>
</div>
 Questions or comments welcome: contact me.