website-risg/templates/index.html
philipp 70a8e9d7ff
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 7s
proper encoding
2024-02-17 15:58:36 +01:00

19 lines
362 B
HTML

<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>