mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 08:57:34 +09:00
12 lines
161 B
HTML
12 lines
161 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<div>
|
|
<p>First</p>
|
|
</div>
|
|
<div>
|
|
<style scoped>
|
|
div p { color: green }
|
|
</style>
|
|
<p>Second</p>
|
|
</div>
|
|
</body>
|