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