Merge branch 'main' of ssh://git.hofer.link:2222/philipp/website-risg
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 7s
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 7s
# Conflicts: # output/abgb.html
This commit is contained in:
@ -2,13 +2,16 @@
|
||||
<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='const details = document.querySelector("details");details.setAttribute("open", "");'>Open all</button>
|
||||
<button onclick='const details = document.querySelector("details");details.removeAttribute("open", "");'>Close all</button>
|
||||
<h1>{{title}}</h1>
|
||||
<ol>
|
||||
{{content}}
|
||||
</ol>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
18
templates/law.html
Normal file
18
templates/law.html
Normal 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>
|
Reference in New Issue
Block a user