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