gl-website-deployer/views/admin_init.mustache

19 lines
406 B
Plaintext
Raw Normal View History

2024-11-19 08:02:04 +01:00
<!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>