first commit

This commit is contained in:
2025-04-09 21:43:00 +02:00
commit af5be2794d
39 changed files with 1947 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
% layout 'index';
<style>
.mypic {
height: calc(100vh - 180px);
}
</style>
<div class="card m-2">
<div class="row p-3">
<div>Willkommen bei</div>
</div>
<div class="text-center pb-3">
<img class="mypic" src="/images/xxx.svg">
</div>
</div>