2025-03-19 19:56:57 -05:00

18 lines
718 B
Handlebars

<!-- Footer -->
<footer class="footer bg-dark text-light py-4">
<div class="container">
<div class="row">
<div class="col-md-6">
<h5>2weekmail</h5>
<p>Temporary email service for your privacy needs.</p>
</div>
<div class="col-md-6 text-md-end">
<p>&copy; 2023 2weekmail. All rights reserved.</p>
<div>
<a href="/privacy" class="text-light me-3">Privacy Policy</a>
<a href="/terms" class="text-light">Terms of Service</a>
</div>
</div>
</div>
</div>
</footer>