|
|
@@ -0,0 +1,25 @@
|
|
|
+<h1>Termine</h1>
|
|
|
+<p>Hier findest du die Termine für unsere Veranstaltungen und Ausflüge!</p>
|
|
|
+<p>Bei Fragen könnt ihr euch gerne euch bei einem/-r Oberministrant*in melden.</p>
|
|
|
+<h2>Termine für 2023</h2>
|
|
|
+<table id="termine-table">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Datum</th>
|
|
|
+ <th>Beschreibung</th>
|
|
|
+ <th></th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td>02.01.2023 bis 05.01.2023</td>
|
|
|
+ <td>Sternsingeraktion</td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>10.02.2023</td>
|
|
|
+ <td>Faschingsfeier</td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+</table>
|