website-risg/templates/law.html

17 lines
373 B
HTML
Raw Normal View History

2024-02-17 16:11:16 +01:00
<html>
<head>
<link rel="stylesheet" href="pico.min.css" />
<link rel="stylesheet" href="style.css" />
<meta charset="UTF-8">
</head>
<body>
<div class="container">
2024-02-17 16:25:04 +01:00
<button class="open-js">Alles öffnen</button>
<button class="close-js">Alles schließen</button>
2024-02-17 16:11:16 +01:00
<h1>{{title}}</h1>
{{content}}
</div>
2024-02-17 16:25:04 +01:00
<script src="app.js"></script>
2024-02-17 16:11:16 +01:00
</body>
</html>