adaugat lab4 si lab5

Signed-off-by: hellisabove <robertnedela15@gmail.com>
This commit is contained in:
hellisabove
2026-05-25 11:13:40 +03:00
parent 8b7c9a5527
commit 35893a4012
78 changed files with 60025 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{% 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 %}