index.html

Code: DEV-F6013A00 Size: 1.1 KB Lines: 27 Path: /home/prodconfig.wenesthosting.com/dev.solargroup.wenest.se/index.html

Task / Comment

Open report form
<!DOCTYPE html>
<html lang="sv">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Solar Sales Suite</title>
  <meta http-equiv="refresh" content="0; url=/">
  <script>window.location.replace('/');</script>
  <style>
    body{margin:0;font-family:Inter,system-ui,sans-serif;background:#f8f9fa;color:#0f172a;display:flex;min-height:100vh;align-items:center;justify-content:center;padding:24px}
    .legacy-card{max-width:560px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px;box-shadow:0 20px 60px rgba(15,23,42,.08)}
    h1{font-size:28px;margin:0 0 10px;color:#024550}
    p{margin:0 0 10px;line-height:1.6;color:#475569}
    a{color:#024550;font-weight:700}
    code{background:#f1f5f9;padding:2px 6px;border-radius:6px}
  </style>
</head>
<body>
  <div class="legacy-card">
    <h1>Legacy Entry</h1>
    <p><code>index.html</code> används inte längre som aktiv appentry.</p>
    <p>Systemet kör nu via <code>index.php</code>. Du skickas vidare automatiskt.</p>
    <p>Om du inte omdirigeras direkt, öppna <a href="/">startsidan</a>.</p>
  </div>
</body>
</html>