mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 23:22:52 +00:00
14 lines
233 B
HTML
14 lines
233 B
HTML
<!doctype html>
|
|
<style>
|
|
.open {
|
|
color: green;
|
|
}
|
|
</style>
|
|
<details open class="open">
|
|
<summary>Hi</summary>
|
|
Well hello friends!
|
|
</details>
|
|
<details>
|
|
<summary>Hi</summary>
|
|
Well hello friends!
|
|
</details>
|