1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
royalnet/templates/minis/discord.html

15 lines
483 B
HTML

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