<!-- HTML File -->
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>🚨🚧🚨This site is under construction!🚨🚧🚨</title>
                 <p>please check back later!</p>
</head>
<body>
  <h1>run and operated by bixson</h1>
</body>
</html>
/* CSS file */
body {
  background: #1e1e1e;
  color: #d4d4d4;
}
// JavaScript file
function loadSite() {
  console.log("construction in progress...");
}