Reading: indexFlags.php.txt

← Back
<!DOCTYPE html>
<html lang="id">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HUGE Edition</title>
    <style>
        body { 
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
            display: flex; flex-direction: column; align-items: center; 
            margin: 0; background: #1a1a1a; color: white; padding: 40px 20px;
        }
        h2 { font-size: 2.5rem; margin-bottom: 30px; letter-spacing: 2px; }
        
        .huge-container { 
            width: 100%; max-width: 1200px; 
            background: #333; padding: 15px; 
            border-radius: 12px; box-shadow: 0 17px 50px rgba(0,0,0,0.5); 
            text-align: center;
        }
        
        img { 
            width: 100%; height: auto; 
            border-radius: 4px; display: block;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        .controls { margin-top: 34px; }

        .btn-huge { 
            display: inline-block; background: #e63946; color: white; 
            padding: 17px 25px; text-decoration: none; 
            border-radius: 25px; font-weight: bold; font-size: 22px;
            text-transform: uppercase; transition: all 0.3s ease;
            box-shadow: 0 10px 17px rgba(230, 57, 70, 0.3);
        }
        .btn-huge:hover { 
            background: #fff; color: #e63946; 
            transform: translateY(-3px); 
            box-shadow: 0 12px 17px rgba(255, 255, 255, 0.2);
        }
    </style>
</head>
<body>

 
    <div class="huge-container">
        <!-- Loads the 1251px image -->
        <img src="indoFlags.php" alt="Huge Indonesia Flag">
    </div>

    <div class="controls">
        <a href="indFlags.php?format=jpg" class="btn-huge">Download High-Res JPG save to SmartPhone</a> <a href="indFlags" class="btn-huge">Download Source Code Put at your SmartPhone</a>
    </div> 
    

</body>
</html>