mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
14 lines
191 B
HTML
14 lines
191 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<p>First</p>
|
|
<p id=a>
|
|
<style scoped>
|
|
#a { color: green }
|
|
</style>
|
|
Second
|
|
</p>
|
|
<p>Third</p>
|
|
<style>
|
|
p { color: blue }
|
|
</style>
|
|
</body>
|