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:
authoritchief <alex.malcev1980@gmail.com>2022-03-21 13:27:54 +0300
committeritchief <alex.malcev1980@gmail.com>2022-03-21 13:27:54 +0300
commitf6077457a13dc6c2d942a2d06d5ee8acb61fd401 (patch)
tree4e4f85afc9d529b7ab1793bc36d4479f907ee5ff
parentd4b5c03e22e46ca3519e72129f71c4e83a449f14 (diff)
Update
-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).