51 lines
1.6 KiB
HTML
51 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{{ .Site.Title }} — Доступность FL и PL1</title>
|
|
<meta name="description" content="{{ .Site.Params.description }}">
|
|
<link rel="icon" href="/favicon.ico">
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>{{ .Site.Title }}</h1>
|
|
<p class="subtitle">Network probe stats — обновляется каждые 10 минут.</p>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="nodes">
|
|
<article class="node" id="node-fl">
|
|
<h2>FL — Финляндия</h2>
|
|
<div class="metrics" data-node="fl">
|
|
<p class="loading">Загрузка…</p>
|
|
</div>
|
|
<canvas class="chart" data-node="fl" width="600" height="180"></canvas>
|
|
</article>
|
|
|
|
<article class="node" id="node-pl1">
|
|
<h2>PL1 — Польша</h2>
|
|
<div class="metrics" data-node="pl1">
|
|
<p class="loading">Загрузка…</p>
|
|
</div>
|
|
<canvas class="chart" data-node="pl1" width="600" height="180"></canvas>
|
|
</article>
|
|
</section>
|
|
|
|
<section class="meta">
|
|
<p id="generated-at">Snapshot age: <span data-bind="age">—</span></p>
|
|
<p>Probes: HTTP HEAD, TCP RTT, DNS resolve, TLS handshake.</p>
|
|
<p>Источник: <a href="https://gitea.projectshitpost.fun/bergamot/stats-gateway">stats-gateway</a> (open-source).</p>
|
|
</section>
|
|
|
|
<nav class="footer-nav">
|
|
<a href="/speedtest/">Speedtest</a>
|
|
<a href="/about/">About</a>
|
|
</nav>
|
|
</main>
|
|
|
|
<script src="/js/charts.js"></script>
|
|
</body>
|
|
</html>
|