Merge commit '1decd7b063ac4be985de5c53ca26d915aca8c871'
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 7s
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 7s
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user