/home/blgejsii/public_html/index.html_
<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="robots" content="noindex">
    <style>
      .iframe-container iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        border: 0;
        width: 100%;
      }
    </style>
​
  </head>
  <body>
    <div class="iframe-container">
      <iframe
        src="https://itnut.net/skeleton/hosting.html"
        width="100%"
        frameborder="0"
        seamless="seamless"
        scrolling="no"
      > </iframe>
    </div>
  </body>
​
</html>
/* CSS comment in PHP: body { color: red; } */