mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 11:23:07 +09:00
14 lines
206 B
HTML
14 lines
206 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
span { color: green }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form>
|
|
<span>This should be green</span>
|
|
<span>This should be green</span>
|
|
</form>
|
|
</body>
|
|
</html>
|