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