mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 01:08:39 +09:00
10 lines
359 B
HTML
10 lines
359 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head/>
|
|
<body>
|
|
<form><input type="radio" name="group1" id="two" value="2" default="true" checked="true"/>
|
|
<label for="two" style="color: green">Should be no red</label><input type="radio" name="group1" id="one" value="1"/>
|
|
<label for="one" style="color: green">Should be no red</label>
|
|
</form>
|
|
</body>
|
|
</html>
|