1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-04-01 21:00:32 +00:00
royalnet/templates/minis/discord.html

16 lines
483 B
HTML
Raw Normal View History

2018-07-25 23:52:38 +02:00
<style>
@font-face {
font-family: "Whitney";
src: url("{{ url_for('static', filename='whitney.woff') }}") format('woff');
}
</style>
<div class="game-panel">
<div class="game-grid discord">
<div class="player">
<img src="{{ record.avatar_url(size=64) }}" class="player-image">
<span class="player-name">{{ record }}</span>
</div>
<div class="game-score useless-stuff">è su Discord!</div>
</div>
</div>