mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-09 19:58:19 +00:00
refine it a bit
This commit is contained in:
parent
e73d1ecd53
commit
63d5d2da87
@ -3,19 +3,13 @@
|
||||
{% block title %}About{% endblock %}
|
||||
|
||||
{% block content_before %}
|
||||
About {{ config.APP_NAME }}
|
||||
Online Players: {{ online }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class='card mx-auto mt-5 shadow-sm bg-dark border-primary'>
|
||||
<div class="card-body">
|
||||
<h4 class="text-center">Contributors</h4>
|
||||
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
Online Players: {{ online }}
|
||||
</div>
|
||||
</div>
|
||||
<h4 class="text-center">Staff</h4>
|
||||
|
||||
{% for mod in mods %}
|
||||
<div class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user