Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/itchief/feedbackForm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 70b08f6..51da2ef 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ A small project containing an example of a page with a feedback/contact form bui
Check the on here Demo: https://itchief.ru/examples/lab.php?topic=php&file=feedback-form
Screenshots:
-<img src="https://itchief.ru/assets/images/350/1.png" alt="Форма обратной связи" width="300">
-<img src="https://itchief.ru/assets/images/350/2.png" alt="Валидация формы обратной связи" width="300">
-<img src="https://itchief.ru/assets/images/350/3.png" alt="Успешно отправленная форма обратной связи" width="300">
+![Форма обратной связи](https://itchief.ru/assets/images/350/1.png | width=400)
+![Валидация формы обратной связи](https://itchief.ru/assets/images/350/2.png | width=400)
+![Успешно отправленная форма обратной связи](https://itchief.ru/assets/images/350/3.png | width=400)
## Step-by-step instructions
1. Add a form to the HTML (it allows us to collect data).