|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <title>Live VPN Node Status | Free VPN Subscriptions</title> |
| 7 | + <meta name="description" content="Live public node status for free Clash, sing-box, and V2Ray subscriptions, including region, protocol, endpoint, and last check time."> |
| 8 | + <link rel="canonical" href="https://au1rxx.github.io/free-vpn-subscriptions/status.html"> |
| 9 | + <meta property="og:title" content="Live VPN Node Status | Free VPN Subscriptions"> |
| 10 | + <meta property="og:description" content="Check current public node availability before importing or troubleshooting a subscription."> |
| 11 | + <meta property="og:type" content="website"> |
| 12 | + <meta property="og:url" content="https://au1rxx.github.io/free-vpn-subscriptions/status.html"> |
| 13 | + <meta property="og:image" content="https://au1rxx.github.io/free-vpn-subscriptions/social-preview.svg"> |
| 14 | + <meta name="twitter:card" content="summary_large_image"> |
| 15 | + <link rel="stylesheet" href="./styles.css"> |
| 16 | + </head> |
| 17 | + <body> |
| 18 | + <main class="content-page wide-page"> |
| 19 | + <a class="back-link" href="./">Back to home</a> |
| 20 | + <p class="eyebrow">Status Dashboard</p> |
| 21 | + <h1>Live public node status</h1> |
| 22 | + <p class="lede"> |
| 23 | + Use this page to confirm the current state of published public nodes before troubleshooting imports or client configuration. |
| 24 | + </p> |
| 25 | + <div class="status-summary"> |
| 26 | + <div class="metric-card"> |
| 27 | + <span class="metric-label">Current fleet health</span> |
| 28 | + <strong id="active-count">Loading</strong> |
| 29 | + <span id="status-stamp">Checking public status feed</span> |
| 30 | + </div> |
| 31 | + </div> |
| 32 | + <section class="content-block"> |
| 33 | + <h2>Node list</h2> |
| 34 | + <div id="node-list" class="node-list"> |
| 35 | + <p class="muted">Loading node status...</p> |
| 36 | + </div> |
| 37 | + </section> |
| 38 | + </main> |
| 39 | + <script src="./app.js"></script> |
| 40 | + </body> |
| 41 | +</html> |
0 commit comments