website-risg/templates/index.html
philipp 94aa3dd54e
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 7s
add index page
2024-02-17 16:11:16 +01:00

18 lines
255 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">
<ol>
{{content}}
</ol>
</div>
<script>
</script>
</body>
</html>