如何使用远程网页作为网页背景?

How to use a remote web page as web background?

如何用远程网页制作网页背景https://map.norsecorp.com/

最后我找到了这段代码

    <div style="position: fixed; z-index: -99; width: 100%; height: 100%; cell-spacing: 0; padding: 0; marign: 0; border: 0; inline: false; outline: false;">
      <iframe frameborder="0" height="100%" width="100%" 
        src="https://map.norsecorp.com/">
      </iframe>
    </div>