mirror of
https://github.com/jech/galene.git
synced 2024-11-08 17:55:59 +01:00
17 lines
473 B
HTML
17 lines
473 B
HTML
<!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>
|