This commit is contained in:
parent
ef53aac518
commit
1decd7b063
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user