mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-01-16 23:04:20 -05:00
13 lines
189 B
HTML
13 lines
189 B
HTML
<style type="text/css">
|
|
.online_players_table {
|
|
width: 100%;
|
|
}
|
|
.online_player_cell {
|
|
border: 1px solid black;
|
|
padding: 3px;
|
|
}
|
|
</style>
|
|
<div class="server_info">
|
|
${ONLINE_PLAYERS}
|
|
</div>
|