mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 12:51:35 +00:00
8 lines
413 B
Plaintext
8 lines
413 B
Plaintext
|
<div class="bg-grey-500 flex h-auto w-full flex-col items-center justify-center">
|
||
|
<div class="flex flex-col items-center justify-center">
|
||
|
<span class="text-xl text-yellow-400">{{ script_key }}</span>
|
||
|
</div>
|
||
|
<div class="flex flex-col items-center justify-center">
|
||
|
<span class="mt-2 text-7xl font-bold text-yellow-400">{{ statistics.dps.mean | int }}</span>
|
||
|
</div>
|
||
|
</div>
|