website-risg/templates/index.html
philipp 8811308432
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m36s
push
2024-02-17 11:14:49 +01:00

18 lines
338 B
HTML

<html>
<head>
<link rel="stylesheet" href="pico.min.css" />
<link rel="stylesheet" href="style.css" />
</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>