Skip to content

Commit

Permalink
Update bonus.html
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored Dec 31, 2024
1 parent c931fe8 commit 5f35ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion braille_ru/bonus/bonus.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1>Braille Translator - ⠠⠃⠗⠇⠀⠠⠞⠗⠁⠝⠎⠇⠁⠞⠕⠗</h1>

<p id="response"></p>

<p><input type="button" id="btnenglish" value="Translate" style="width:100px"> English (Example: ABC)<br>
<p><input type="button" id="btnenglish" value="Translate" style="width:100px"> TRANSLIT (Example: ABC)<br>
<textarea id="english" rows="6" cols="75"></textarea><br>
<label><input id="grade1" name="grade" type="radio"> Grade 1 Braille</label> <label><input id="grade2" name="grade" type="radio" checked="checked"> Grade 2 Braille</label><br>
<label><input id="brailleUnicode" name="encoding" type="radio" checked="checked"> Unicode Braille</label> <label><input id="brailleASCII" name="encoding" type="radio"> ASCII Braille</label></p>
Expand Down

0 comments on commit 5f35ef4

Please sign in to comment.