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:
commit
2af4079734
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
/target
|
||||
/output
|
||||
.history
|
||||
|
27
output/index.html
Normal file
27
output/index.html
Normal 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>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user