19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
|
<!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>
|