UNPKG

isite

Version:

Create High Level Multi-Language Web Site [Fast and Easy]

86 lines (85 loc) 3.23 kB
<!DOCTYPE html> <html lang="En"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Require Features</title> <link rel="stylesheet" href="/x-css/bootstrap-5-support.css" /> <link rel="shortcut icon" type="image/x-icon" href="/x-dashboard-images/browser.png" /> <link rel="icon" type="image/x-icon" href="/x-dashboard-images/browser.png" /> <link itemprop="image" rel="image_src" href="/x-dashboard-images/browser.png" /> <link rel="apple-touch-icon" href="/x-dashboard-images/browser.png" /> <style> body { font-family: Arial, sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; margin: 0; background-color: #f4f4f8; } .container { background: white; padding: 2rem !important; border-radius: 1rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); text-align: center; max-width: fit-content; } h1 { margin-bottom: 1rem; } p { margin-bottom: 2rem; color: #555; } .download-button { background-color: #4caf50; color: white; padding: 1rem 2rem; text-decoration: none; border-radius: 0.5rem; font-size: 1rem; transition: background-color 0.3s; } .download-button:hover { background-color: #45a049; } hr { width: 90%; margin-top: 50px; } .feature { padding: 20px; margin: 0 auto; width: 50%; } li { width: fit-content; } </style> </head> <body> <div class="container" x-feature="!browser.social"> <h1>Download Social Browser</h1> <p>Get the latest version of Social Browser and start unlock All features</p> <a href="https://social-browser.com" class="download-button">Download Social Browser</a> <hr /> <ul> <li>Support Multi Login User</li> <li>Support Multi Proxy</li> <li>Support Multi User Agent</li> <li>Browser FingerPrint Protected</li> <li>Watching Streaming Sites without Ads</li> <li>Support Safty Mode For Children</li> <li>Custom Virual PC For every User</li> <li>Share Social Media Accounts without email or password</li> </ul> </div> <div class="row padding margin"> <h2 class="feature center" x-list1="features">Required Feature : ##item1.*##</h2> </div> </body> </html>