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

This commit is contained in:
2024-02-17 17:06:04 +01:00
parent 9c08ed3795
commit f3bfef12e2
13 changed files with 130 additions and 32 deletions

View File

@ -5,7 +5,15 @@
<meta charset="UTF-8">
</head>
<body>
<div class="container">
<header>
<div class="container">
<a href="/" title="Link zur Startseite">
<strong>RIS</strong>
<span>parser</span>
</a>
</div>
</header>
<main class="container">
<ol>
<li><a href='./teg'>TEG</a></li><br />
<li><a href='./stgb'>StGB</a></li><br />
@ -19,9 +27,6 @@
<li><a href='./eheg'>Ehegesetz</a></li><br />
</ol>
</div>
<script>
</script>
</main>
</body>
</html>