You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.8 KiB
82 lines
2.8 KiB
<!doctype html> |
|
<html lang="en" data-theme="dark"> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
<title>Monitor</title> |
|
<link rel="stylesheet" href="/styles.css" /> |
|
</head> |
|
<body> |
|
<header class="site-header"> |
|
<div class="site-container"> |
|
<div class="site-nav"> |
|
<a class="site-brand" href="https://outsidethebox.top"> |
|
<img src="https://outsidethebox.top/assets/favicon.png" alt="outsidethebox.top logo" /> |
|
<div class="site-title"> |
|
<strong>outsidethebox.top</strong> |
|
<span>Managed hosting • no client server logins</span> |
|
</div> |
|
</a> |
|
|
|
<div class="site-nav-right"> |
|
<nav class="site-navlinks"> |
|
<a href="https://outsidethebox.top">Home</a> |
|
<a href="https://outsidethebox.top/pricing.html">Pricing</a> |
|
<a href="https://outsidethebox.top/terms.html">ToS</a> |
|
<a href="https://outsidethebox.top/contact.html">Contact</a> |
|
<div class="dropdown"> |
|
<a href="#" class="dropdown-toggle">Services</a> |
|
<div class="dropdown-menu"> |
|
<a href="https://follow-me.outsidethebox.top">Follow-me Tracker</a> |
|
<a href="https://monitor.outsidethebox.top">Oracle</a> |
|
</div> |
|
</div> |
|
<a href="https://otb-billing.outsidethebox.top/portal">Portal</a> |
|
</nav> |
|
|
|
<label class="otb-theme-switch" title="Toggle light / dark mode"> |
|
<input type="checkbox" id="otbThemeToggle" aria-label="Toggle theme" /> |
|
<span class="otb-theme-slider"></span> |
|
</label> |
|
</div> |
|
</div> |
|
</div> |
|
</header> |
|
|
|
<div class="wrap"> |
|
<header class="top"> |
|
<div> |
|
<div class="title">Monitor <span id="monitor-version-badge" class="monitor-version-badge"></span></div> |
|
<div class="sub">7-day snapshot • rotating refresh</div> |
|
</div> |
|
|
|
<div class="top-right"> |
|
<div class="status-pill" id="status">Loading…</div> |
|
<div class="cycle" id="cycle"></div> |
|
</div> |
|
</header> |
|
|
|
<div class="card"> |
|
<div id="root"></div> |
|
</div> |
|
</div> |
|
|
|
<div class="otb-statusbar"> |
|
<div class="otb-statusbar-inner"> |
|
<strong>All billing is calculated in 🇨🇦 CAD</strong> |
|
<span class="otb-dot"></span> |
|
<span>Crypto conversions use the <a href="https://monitor.outsidethebox.top" target="_blank" rel="noopener noreferrer">OTB Oracle</a></span> |
|
<span class="otb-dot"></span> |
|
<span> |
|
Methods: |
|
<strong>Credit Card</strong> <span style="opacity:0.7;">(via Square)</span>, |
|
<strong>e-Transfer</strong>, |
|
and <strong>enabled crypto assets</strong> |
|
</span> |
|
</div> |
|
</div> |
|
|
|
<script src="/app.js" defer></script> |
|
<script src="/brand.js" defer></script> |
|
</body> |
|
</html>
|
|
|