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