fix
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 6s

This commit is contained in:
philipp 2024-02-17 16:21:32 +01:00
parent 5de6732e7e
commit ef53aac518
2 changed files with 27 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
/target /target
/output
.history .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>