This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
unalike/async/match/match_template.html
2021-06-17 22:10:22 +02:00

11 lines
512 B
HTML

<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>