gl-website-deployer/views/admin_init.mustache

19 lines
406 B
Text
Raw Permalink Normal View History

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