Merge commit '1decd7b063ac4be985de5c53ca26d915aca8c871'
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 7s

This commit is contained in:
Marie Birner
2024-02-17 16:28:03 +01:00
3 changed files with 30 additions and 6 deletions

View File

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