diff --git a/error_register.html b/error_register.html new file mode 100644 index 0000000..bf7f12a --- /dev/null +++ b/error_register.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} +{% block title %}Succes{% endblock %} +{% block content %} + +
LinguaPro - your online platform for learning foreign languages! We offer interactive courses, live lessons with native speakers, and a variety of resources for effective and fun learning. Our programs are suitable for all levels - from beginners to advanced.
+Why choose LinguaPro ? +
Interactive courses: Our courses are developed by leading linguists and teachers. They include videos, audio lessons and practical exercises.
+Live communication: You will have the opportunity to communicate with native speakers, which will allow you to immerse yourself in the language environment and improve your skills.
+Flexibility: You can study anytime, anywhere, adapting the learning process to your schedule.
+Community Support: Join our community of students, share experiences and make new friends.
+Start your journey into the world of languages with LinguaPro today!
+ + + + +{% endblock %} diff --git a/login.html b/login.html new file mode 100644 index 0000000..6df68a0 --- /dev/null +++ b/login.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} +{% block title %}Login{% endblock %} +{% block content %} + +Name: {{ name }}
+Email: {{ email }}
+Password: {{ password }}
+{% endblock %} \ No newline at end of file diff --git a/register.html b/register.html new file mode 100644 index 0000000..d43ff4d --- /dev/null +++ b/register.html @@ -0,0 +1,21 @@ +{% extends "base.html" %} +{% block title %}Register{% endblock %} +{% block content %} + +