<html>
  <head>
    <title>⭕ Wired Infinities ⭕</title>
    <style>
      body {
        background: url("world.gif") repeat;
        color: #00FF00;
        font-family: 'Comic Sans MS', cursive, sans-serif;
      }
      p {
        text-align: center;
        font-size: 1.2em;
        line-height: 1.5;
      }
    </style>
  </head>
  <body>
    <p>⏲️ Scan the layers... </p>
    <img src="compass.png" width="200" height="200" alt="compass"/>
    <p>Overlap. Intersect. Grasp... </p>
    <svg height="250" width="250">
      <polygon points="220,10 300,210 170,250 123,234" style="fill:lime;stroke:purple;stroke-width:3;fill-rule:evenodd;" />
    </svg>
    <p>Seek the connections... </p>
    <img src="web.gif" width="250" height="250" alt="web" />
  </body>
</html>