mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-28 10:18:39 +09:00
10 lines
208 B
HTML
10 lines
208 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style> * { color: red } </style>
|
|
<style id="t">* { color: green }</style>
|
|
</head>
|
|
<body>
|
|
<span class="test">This text should be green</span>
|
|
</body>
|
|
</html>
|