Bootstrap 5 updates continued

This commit is contained in:
Joey Kimsey
2024-12-14 06:15:47 -05:00
parent 41426fda4e
commit de6d608857
44 changed files with 439 additions and 389 deletions

6
app/views/termsPage.html Normal file
View File

@ -0,0 +1,6 @@
<div class="terms-page col-lg-8 mx-auto my-5">
{TERMS}
<div class="text-center py-3">
<a href="#top" class="btn btn-outline-primary">Back to Top</a>
</div>
</div>