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

This commit is contained in:
philipp 2024-02-17 16:25:04 +01:00
parent ef53aac518
commit 1decd7b063

View File

@ -6,13 +6,11 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<button onclick='openAll();'>Open all</button> <button class="open-js">Alles öffnen</button>
<button onclick='closeAll();'>Close all</button> <button class="close-js">Alles schließen</button>
<h1>{{title}}</h1> <h1>{{title}}</h1>
{{content}} {{content}}
</div> </div>
<script> <script src="app.js"></script>
</script>
</body> </body>
</html> </html>