This commit is contained in:
2021-11-21 11:18:28 +01:00
parent 7a358eb836
commit 230b10b2a3
9339 changed files with 892519 additions and 62 deletions

View File

@@ -2,3 +2,31 @@
<img src="inc/bg/1609858275128.png"></img>
<h3>Galerie</h3>
</div>
<br>
<style>
.sGalerie{
display: inline-block;
}
.sGalerie div{
background-color: #fff;
padding: 1rem;
border-top: 2px solid gray;
}
.sGalerie button{
padding: 0.5rem 0 0 0
}
.sGalerie img {
max-width: 6rem;
padding: 0;
}
</style>
<div class="sGalerie">
<button onclick="window.location.href='?tab=home';"><img src="inc/bg/spotify.png"></img><div>Weihnachten.. </div></button>
</div>