Initial commit
This commit is contained in:
22
app/templates/empty.html
Normal file
22
app/templates/empty.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Setup</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<section class="hero is-fullheight is-info">
|
||||
<div class="hero-body">
|
||||
<div class="">
|
||||
<p class="title">
|
||||
Willkommen!
|
||||
</p>
|
||||
<p class="subtitle">
|
||||
Dein Dashboard ist noch leer.
|
||||
</p>
|
||||
<a href="/admin" class="button is-white">Zum Admin-Bereich</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user