
<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-image: url('loadingback.png');
  margin: 0;                       /* Remove default margins */
  height: 100vh;
  background-repeat: no-repeat;   /* Prevent tiling */
  background-size: cover;         /* Scale to cover entire area */
  background-position: center;    /* Center the image */
}
</style>
</head>
<body>
    
<marquee>Coming Soon</marquee>
  
</body>
</html>
