website-risg/templates/index.html
philipp 62a2cac78e
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m37s
pushg
2024-02-17 10:15:15 +01:00

12 lines
165 B
HTML

<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<h1>{{title}}</h1>
{{content}}
</div>
</body>
</html>