remotes/1693045480750635534/spooky-22
kek7198 2021-12-23 18:39:21 -06:00
parent 1e218691f5
commit 3f28d30de5
1 changed files with 9 additions and 12 deletions

View File

@ -1,16 +1,13 @@
{% extends "CHRISTMAS/default.html" %} {% extends "CHRISTMAS/default.html" %}
{% block content %} {% block content %}
<pre> <div class="col-span-full my-4">
<h1>
User Badges
</pre> </h1>
<h1>User Badges</h1> <p class="text-gray-400">
<div>This page describes the requirements for obtaining all profile badges.</div> This page describes the requirements for obtaining all profile badges.
<pre> </p>
<table class="w-full table table-striped mb-5">
</pre>
<table class="table table-striped mb-5">
<thead class="bg-primary text-white"> <thead class="bg-primary text-white">
<tr> <tr>
<th>Name</th> <th>Name</th>
@ -26,5 +23,5 @@
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
</div>
{% endblock %} {% endblock %}