PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/sc1buiq6159/formagloba.fr/
Server: Linux apophis.o2switch.net 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
IP: 109.234.164.184
Choose File :

Url:
Dir : /home/sc1buiq6159/formagloba.fr/index.php.backup

<?php
http_response_code(200);
?><!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Web Success Create</title>
    <style>
        *{box-sizing:border-box}
        body{
            margin:0;
            font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
            background:#f6f7fb;
            color:#111827;
            display:flex;
            align-items:center;
            justify-content:center;
            min-height:100vh;
        }
        .wrap{
            width:100%;
            max-width:980px;
            padding:24px;
        }
        .card{
            background:#fff;
            border:1px solid #e5e7eb;
            border-radius:24px;
            padding:56px 40px;
            box-shadow:0 20px 60px rgba(17,24,39,.08);
            text-align:center;
        }
        .badge{
            display:inline-block;
            padding:8px 14px;
            border-radius:999px;
            background:#ecfdf5;
            color:#065f46;
            font-size:13px;
            font-weight:600;
            margin-bottom:20px;
        }
        h1{
            margin:0 0 16px;
            font-size:44px;
            line-height:1.1;
            letter-spacing:-.02em;
        }
        p{
            margin:0 auto;
            max-width:700px;
            font-size:17px;
            line-height:1.7;
            color:#6b7280;
        }
        .actions{
            margin-top:30px;
        }
        .btn{
            display:inline-block;
            text-decoration:none;
            background:#111827;
            color:#fff;
            padding:14px 22px;
            border-radius:12px;
            font-weight:600;
        }
        .grid{
            margin-top:42px;
            display:grid;
            grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
            gap:16px;
        }
        .box{
            background:#f9fafb;
            border:1px solid #e5e7eb;
            border-radius:18px;
            padding:20px;
            text-align:left;
        }
        .box strong{
            display:block;
            font-size:15px;
            margin-bottom:8px;
            color:#111827;
        }
        .box span{
            font-size:14px;
            color:#6b7280;
            line-height:1.6;
        }
    </style>
</head>
<body>
    <div class="wrap">
        <div class="card">
            <div class="badge">Storefront Ready</div>
            <h1>Web Success Create</h1>
            <p>
                Your new website has been created successfully. This page is active and ready
                to be customized for your brand, products, and content.
            </p>
            <div class="actions">
                <a href="#" class="btn">Explore Store</a>
            </div>
            <div class="grid">
                <div class="box">
                    <strong>Fresh Setup</strong>
                    <span>Clean homepage structure created and ready for editing.</span>
                </div>
                <div class="box">
                    <strong>Fast Launch</strong>
                    <span>Use this as a starter page before full site content goes live.</span>
                </div>
                <div class="box">
                    <strong>Modern Look</strong>
                    <span>Simple storefront-style design with a polished first impression.</span>
                </div>
            </div>
        </div>
    </div>
</body>
</html>