<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Welcome</title>
    <style>
        body { font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; text-align: center; }
        h1 { color: #2c3e50; }
        .metric { font-size: 24px; margin: 20px; }
        footer { font-size: 14px; color: #7f8c8d; }
    </style>
</head>
<body>
    <h1>Welcome to BGP - OVH</h1>
    
    <footer>
        <p>Generated by OpenResty with Lua</p>
    </footer>
</body>
</html>

