File Manager
Editing: offline.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>You Are Offline - eizon</title> <link rel="stylesheet" href="accounts.css"> <link rel="stylesheet" href="e-commerce.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"> <link rel="manifest" href="/manifest.json"> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; text-align: center; padding: 50px; } h2 { margin-bottom: 20px; } p { font-size: 1.2em; margin-bottom: 30px; } .retry-button { padding: 10px 20px; font-size: 1em; color: #fff; background-color: #24e037; border: none; border-radius: 5px; cursor: pointer; } .retry-button:hover { background-color: #0056b3; } </style> </head> <body> <h2>You Are Offline</h2> <p>It looks like you're not connected to the internet. Please check your connection and try again.</p> <h3>eizon</h3> <p>The Marketplace You Can Trust!</p> <button class="retry-button" onclick="window.location.reload()">Retry</button> </body> </html>
💾 Save
⬅ Back