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