push
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 6s

This commit is contained in:
philipp 2024-02-17 16:50:44 +01:00
parent 4b0c581600
commit 865601c2f4

View File

@ -6,8 +6,8 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<button class="open-js">Alles öffnen</button> <button class="btn-open open-js">Alles öffnen</button>
<button class="close-js">Alles schließen</button> <button class="btn-close close-js">Alles schließen</button>
<h1>{{title}}</h1> <h1>{{title}}</h1>
{{content}} {{content}}
</div> </div>