mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
19 lines
321 B
HTML
19 lines
321 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
span {color: green}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<input id="one" checked="checked"/>
|
|
<span>Should be no red </span>
|
|
</div>
|
|
<div>
|
|
<input id="one" checked="checked"/>
|
|
<span>Should be no red </span>
|
|
</div>
|
|
</body>
|
|
</html>
|