Add human-readable version of stats under /stats.html.

This commit is contained in:
Juliusz Chroboczek
2021-04-30 20:33:23 +02:00
parent 3a6ade988d
commit b1bb427f06
3 changed files with 137 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Galène statistics</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/common.css">
<link rel="author" href="https://www.irif.fr/~jch/"/>
</head>
<body>
<h1 id="title" class="navbar-brand">Galène statistics</h1>
<table id="stats-table"></table>
<script src="/stats.js" defer></script>
</body>
</html>