first commit
This commit is contained in:
16
xxx/app/templates/main/main.html.ep
Normal file
16
xxx/app/templates/main/main.html.ep
Normal 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>
|
||||
Reference in New Issue
Block a user