23 lines
611 B
HTML
23 lines
611 B
HTML
<!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>
|