Seitenlogo.html 251 B

123456789101112131415
  1. <div class="seitenlogo">
  2. {#if logo}
  3. <img src="{logo}" height="160px" alt="traeger_logo"/>
  4. {:else}
  5. <h1><center>Logo</center></h1>
  6. {/if}
  7. </div>
  8. <style>
  9. .seitenlogo {
  10. position: absolute;
  11. bottom: 10mm;
  12. left: 10mm;
  13. }
  14. </style>