<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>LEGGNET</title>
  <style>
    body {
      font-family: "Courier New", monospace;
      background-color: #111;
      color: #00FF00;
      text-align: center;
      margin: 0;
      padding: 15px;
    }
    h1 {
      font-size: 1.35em;
      color: #FF6347;
    }
    pre {
      font-size: 12px;
      line-height: 1;
      white-space: pre-wrap;
      word-wrap: break-word;
      text-align: center;
    }
    .ascii-art {
      margin-top: 30px;
      display: flex;
      justify-content: center;
    }
    p {
      text-align: center;
      margin-top: 5px;
      font-size: 16px;
    }
    img {
      display: block;
      margin: 20px auto;
      max-width: 100%;
      height: auto;
    }
  </style>
</head>
<body>
  <h1>&emsp;the World Wide Web home of</h1>
  <div class="ascii-art">
    <pre>
    L      EEEEE   GGGG   GGGG  N   N  EEEEE  TTTTT
  L      E      G      G      NN  N  E        T
  L      EEEE   G  GG  G  GG  N N N  EEEE     T
  L      E      G   G  G   G  N  NN  E        T
  LLLLL  EEEEE   GGGG   GGGG  N   N  EEEEE    T
    </pre>
  </div>
  <p>&emsp;©1997 LEGGNET.COM</p>
 
  <p>&emsp;[Y2K Ready!]</p>
</body>
</html>
