mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
8 lines
275 B
HTML
8 lines
275 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body>
|
|
<input class='invalid' id='i' type='radio' required>
|
|
<input class='notinvalid' type='radio'> <!-- adding this one so we don't have to create a second ref -->
|
|
</body>
|
|
</html>
|