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