File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -110,17 +110,28 @@ <h1 id="main-title" class="display-3 mb-0">RSS агрегатор</h1>
110110 </ main >
111111 < footer class ="footer border-top py-3 mt-5 bg-light ">
112112 < div class ="container-xl ">
113- < div class ="text-center ">
114- created by
115- < a
116- href ="https://ru.hexlet.io/professions/frontend/projects/11 "
117- target ="_blank "
118- > Hexlet</ a
119- >
113+ < div
114+ class ="d-flex justify-content-center align-items-center gap-3 flex-wrap ">
115+ < div class ="text-center text-muted small ">
116+ created by
117+ < a href ="https://ru.hexlet.io/professions/frontend/projects/11 "
118+ target ="_blank " rel ="noopener noreferrer ">
119+ Hexlet
120+ </ a >
121+ </ div >
122+ < div >
123+ < label for ="languageSelectFooter "
124+ class ="form-label visually-hidden "> Выбор языка</ label >
125+ < select class ="form-select form-select-sm " id ="languageSelectFooter "
126+ aria-label ="Выбор языка ">
127+ < option value ="ru " selected > Русский</ option >
128+ < option value ="en "> English</ option >
129+ </ select >
130+ </ div >
120131 </ div >
121132 </ div >
122133 </ footer >
123- < deepl-input-controller translate =" no " > </ deepl-input-controller >
134+
124135 < script type ="module " src ="./src/js/index.js "> </ script >
125136 </ body >
126137</ html >
You can’t perform that action at this time.
0 commit comments