Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
18
views/admin_init.mustache
Normal file
18
views/admin_init.mustache
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue