Created
December 13, 2020 02:32
-
-
Save Realetive/016522e51399b772d8654c015f262e2b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form> | |
<fieldset> | |
<legend>Прозвище Дракса из «Стражей Галактики»?</legend> | |
<label> | |
<input type="radio" name="answer" value="Exterminator"> | |
Уничтожитель | |
</label> | |
<label> | |
<input type="radio" name="answer" value="Destroyer"> | |
Разрушитель | |
</label> | |
<label> | |
<input type="radio" name="answer" value="Accuser"> | |
Обвинитель | |
</label> | |
<label> | |
<input type="radio" name="answer" value="Sweet-tooth"> | |
Сладкоежка | |
</label> | |
</fieldset> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment