Initial commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user