first commit

This commit is contained in:
bwbl
2026-01-28 14:11:51 +01:00
commit 1cc19b11b6
44 changed files with 10334 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1>
Sections
</h1>
<ul>
@each(section in sections)
<li> {{ section.name }} <button>🗑</button></li>
@end
<li>Informatique <button>🗑</button></li>
</ul>
</body>
</html>