mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
18 lines
219 B
HTML
18 lines
219 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
span { color: green }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form>
|
|
<div>
|
|
<span>There should be no red.</span>
|
|
</div>
|
|
<div>
|
|
<span>There should be no red.</span>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|