mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
16 lines
369 B
HTML
16 lines
369 B
HTML
<!DOCTYPE html>
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
|
- http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
|
|
<html>
|
|
<body>
|
|
<details open>
|
|
<summary>Summary 2</summary>
|
|
<summary>Summary 1</summary>
|
|
<p>This is the details 1.</p>
|
|
</details>
|
|
<details>
|
|
<p>This is the details 2.</p>
|
|
</details>
|
|
</body>
|
|
</html>
|