Files
hellisabove 35893a4012 adaugat lab4 si lab5
Signed-off-by: hellisabove <robertnedela15@gmail.com>
2026-05-25 11:13:40 +03:00

19 lines
522 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "_layout.html" %}
{% block content %}
<h2>Contact details</h2>
<p>Wed love to hear from you! Whether you have a question about our services, need support, or just want to say hello—our team is here and ready to help.</p>
<p>
📧 <b>Email</b>: hello@example.com<br />
📞 <b>Phone</b>: (123) 456-7890<br />
📍 <b>Address</b>: 123 Main Street, Suite 456, Your City, ST 78901
</p>
<p><b>Business Hours:</b><br />
Monday Friday: 9am 5pm<br />
Saturday Sunday: Closed
</p>
{% endblock %}