<!doctype html>
<html lang="id">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>SQTOTO</title>
  <meta name="description" content="Landing page SQTOTO (dipakai Worker untuk mencari logo &amp; favicon brand; halaman utama memakai index.html).">
  <meta property="og:title" content="SQTOTO">
  <meta property="og:description" content="Landing page SQTOTO (dipakai Worker untuk mencari logo &amp; favicon brand; halaman utama memakai index.html).">
  <meta property="og:image" content="https://notjustpaleo.com/assets/banner.jpg">
  <link rel="icon" type="image/png" href="/assets/favicon.png">
  <style>
    * { margin: 0; box-sizing: border-box; }
    body { font-family: system-ui, sans-serif; color: #1a1a1a; line-height: 1.6; }
    header { display: flex; align-items: center; gap: .75rem; padding: 1rem 1.25rem; }
    header img { height: 40px; width: auto; }
    header span { font-weight: 700; font-size: 1.1rem; }
    .banner { width: 100%; height: auto; display: block; }
    main { max-width: 720px; margin: 0 auto; padding: 1.5rem 1.25rem 3rem; }
    h1 { font-size: 1.6rem; margin-bottom: 1rem; }
    p { margin-bottom: 1rem; }
    img.isi { width: 100%; height: auto; border-radius: 8px; margin: .5rem 0 1rem; }
    footer { text-align: center; font-size: .8rem; color: #777; padding: 1.5rem; }
  </style>
</head>
<body>
  <header>
    <img src="/assets/logo.png" alt="logo SQTOTO">
    <span>SQTOTO</span>
  </header>
  <img class="banner" src="/assets/banner.jpg" alt="SQTOTO" fetchpriority="high">
  <main>
    <h1>SQTOTO</h1>
      
      
  </main>
  <footer>&copy; 2026 SQTOTO</footer>
</body>
</html>