Updated frontend

This commit is contained in:
2026-07-01 11:10:09 -04:00
parent ee21bdbf22
commit 5644bfa5ec
8104 changed files with 14976 additions and 386337 deletions
+14
View File
@@ -0,0 +1,14 @@
<%- include('top') %>
<div class="row justify-content-center" style="display:none">
<div class="col-md-8">
<div class="card shadow-lg mt-4 mb-4">
<div class="card-header shadow">
<i class="fa-solid fa-file-contract"></i> Terms of Service
</div>
<div class="card-body">
<%- tosHtml %>
</div>
</div>
</div>
</div>
<%- include('bottom') %>