1
Fork 0
galene/static/stats.html

18 lines
473 B
HTML
Raw Normal View History

<!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>