push
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m36s

This commit is contained in:
2024-02-17 11:14:49 +01:00
parent 10c2174717
commit 8811308432
11 changed files with 25 additions and 22 deletions

View File

@ -5,8 +5,8 @@
</head>
<body>
<div class="container">
<button onclick='const details = document.querySelector("details");details.setAttribute("open", "");'>Open all</button>
<button onclick='const details = document.querySelector("details");details.removeAttribute("open", "");'>Close all</button>
<button onclick='const details = document.querySelectorAll("details");details.setAttribute("open", "");'>Open all</button>
<button onclick='const details = document.querySelectorAll("details");details.removeAttribute("open", "");'>Close all</button>
<h1>Urhebergesetz</h1>
<details><summary><h2>I. Hauptstück. (Urheberrecht an Werken der Literatur und der Kunst.)</h2></summary>
<div><details><summary><h3>I. Abschnitt. (Das Werk.)</h3></summary>