Files
thetempusproject/app/views/termsPage.html
2025-02-02 04:48:49 -05:00

11 lines
355 B
HTML

<div class="m-2 m-lg-4">
<div class="col-12 col-lg-8 col-md-10 mx-auto p-2 p-lg-4 rounded shadow-sm context-main-bg">
<h2 class="text-center mb-4">Terms of Service</h2>
<hr>
{TERMS}
<div class="text-center py-3">
<a href="#top" class="btn atb-green-outline">Back to Top</a>
</div>
</div>
</div>