Initial commit

This commit is contained in:
2021-06-10 13:45:24 +02:00
parent d95772627e
commit 51618d2dcc
33 changed files with 3423 additions and 126 deletions
+11
View File
@@ -0,0 +1,11 @@
<div class="card-title">
<h3 class="cover-image song-info" style="padding:30px 50px;background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[[ COVER_IMAGE ]]');background-size:cover;">
<a href="[[ LINK ]]" class="link-osu" style="text-decoration:inherit;color:inherit;">
<div>
<span class="song-title">[[ TITLE ]]</span><br>
<span class="song-artist">[[ ARTIST ]]</span>
</div>
</a>
</h3>
</div>
<div style="margin-top:25px;"><table class="scores">[[ SCORES ]]</table></div>