<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;Under Construction&lt;/title&gt;
    &lt;meta charset="utf-8"&gt;
    &lt;style&gt;
      body {
        font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
        max-width: 1680px;
        margin: auto;
      }
      header {
        width: 100%;
        box-sizing: border-box;
        height: 76px;
        padding: 20px 24px;
      }
      header .yahoo-logo img {
        height: 36px;
        width: 132px;
      }
      main {
        text-align: center;
        padding: 0 25px;
      }
      main .title {
        color: #232459;
        font-size: 40px;
        line-height: 48px;
      }
      main .subtitle {
        color: #9B9B9B;
        font-size: 24px;
        line-height: 29px;
        margin-top: 50px;
      }
      main .graphic {
        overflow: hidden;
        width: 100%;
      }
      main .graphic img {
        width: 100%;
      }
    &lt;/style&gt;
  &lt;/head&gt;

  &lt;body&gt;
    &lt;header class="page-header"&gt;
      &lt;a class="yahoo-logo" href="https://www.turbify.com" rel="nofollow" target="_blank"&gt;
        &lt;img src="https://s.turbifycdn.com/yf/nrp/image/turbify/turbify-logo-v1-purple.svg" /&gt;
      &lt;/a&gt;
    &lt;/header&gt;
    &lt;main class="page-body"&gt;
      &lt;h2 class="subtitle"&gt;Coming soon&lt;/h2&gt;
      &lt;h1 class="title"&gt;A new website is in the works!&lt;/h1&gt;
      &lt;div class="graphic"&gt;
        &lt;img src="https://s.turbifycdn.com/ln/UC/img/under_construction_illustration.svg" /&gt;
      &lt;/div&gt;
    &lt;/main&gt;
    &lt;footer class="page-footer"&gt;
    &lt;/footer&gt;
  &lt;/body&gt;
&lt;/html&gt;</pre></body></html>