add index page
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 7s

This commit is contained in:
2024-02-17 16:11:16 +01:00
parent 48a6cc8fda
commit 94aa3dd54e
3 changed files with 29 additions and 4 deletions

View File

@ -6,10 +6,9 @@
</head>
<body>
<div class="container">
<button onclick='openAll();'>Open all</button>
<button onclick='closeAll();'>Close all</button>
<h1>{{title}}</h1>
<ol>
{{content}}
</ol>
</div>
<script>

18
templates/law.html Normal file
View File

@ -0,0 +1,18 @@
<html>
<head>
<link rel="stylesheet" href="pico.min.css" />
<link rel="stylesheet" href="style.css" />
<meta charset="UTF-8">
</head>
<body>
<div class="container">
<button onclick='openAll();'>Open all</button>
<button onclick='closeAll();'>Close all</button>
<h1>{{title}}</h1>
{{content}}
</div>
<script>
</script>
</body>
</html>