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
commit 2af4079734
3 changed files with 30 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
/target
/output
.history

27
output/index.html Normal file
View File

@ -0,0 +1,27 @@
<html>
<head>
<link rel="stylesheet" href="pico.min.css" />
<link rel="stylesheet" href="style.css" />
<meta charset="UTF-8">
</head>
<body>
<div class="container">
<ol>
<li><a href='./teg'>TEG</a></li><br />
<li><a href='./stgb'>StGB</a></li><br />
<li><a href='./vereinsg'>Vereinsgesetz</a></li><br />
<li><a href='./mschg'>Markenschutzgesetz</a></li><br />
<li><a href='./kschg'>Konsumentenschutzgesetz</a></li><br />
<li><a href='./vgg'>Verbrauchergewährleistungsgesetz</a></li><br />
<li><a href='./urhg'>Urhebergesetz</a></li><br />
<li><a href='./abgb'>ABGB</a></li><br />
<li><a href='./schifffahrtsg'>Schifffahrtsgesetz</a></li><br />
<li><a href='./eheg'>Ehegesetz</a></li><br />
</ol>
</div>
<script>
</script>
</body>
</html>

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>