Initial commit

This commit is contained in:
2026-05-19 11:15:42 +02:00
commit 0e0c0ee897
13 changed files with 1200 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<tr>
<td>{id}</td>
<td>{author}</td>
<td>{text}</td>
<td>{start}</td>
<td>{end}</td>
<td>
<form action="/api/announcements/{id}/delete" method="POST" style="display:inline">
<button type="submit">Delete</button>
</form>
</td>
</tr>