Skip to content

Commit

Permalink
исправляет input для фото в разметке
Browse files Browse the repository at this point in the history
  • Loading branch information
Suninall committed Dec 25, 2024
1 parent 587f320 commit e7a07bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2 class="img-upload__title visually-hidden">Загрузка фотограф

<!-- Изначальное состояние поля для загрузки изображения -->
<fieldset class="img-upload__start">
<input type="file" id="upload-file" class="img-upload__input visually-hidden" name="filename" action="https://29.javascript.htmlacademy.pro/kekstagram" method="post" enctype="multipart/form-data" accept="image/png, image/jpeg" required>
<input type="file" id="upload-file" class="img-upload__input visually-hidden" name="filename" accept="image/*" required>
<label for="upload-file" class="img-upload__label img-upload__control">Загрузить</label>
</fieldset>

Expand Down

0 comments on commit e7a07bb

Please sign in to comment.