Update website

This commit is contained in:
Guilhem Lavaux 2024-11-19 08:02:04 +01:00
parent 4413528994
commit 1d90fbf296
6865 changed files with 1091082 additions and 0 deletions

18
views/admin_init.mustache Normal file
View file

@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
{{> header }}
<body>
<div class="container">
<h1>Initializing database...</h1>
<a role="button" class="btn btn-primary" href="/admin/init.php">Init DB</a>
<button type="button" class="btn btn-primary">Get new papers</button>
<button type="button" class="btn btn-primary">List papers</button>
</div>
</body>
{{> footer}}
</html>