mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
7 lines
127 B
HTML
7 lines
127 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<style scoped>
|
|
p { color: green !important }
|
|
</style>
|
|
<p style="color: red">Hello</p>
|
|
</body>
|