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