HTML ul-Elemente aus p-Elementen genommen

This commit is contained in:
2021-08-16 19:52:42 +02:00
parent 45213eb28c
commit a421feaf1f
2 changed files with 16 additions and 14 deletions
+7 -5
View File
@@ -27,11 +27,13 @@
<p>
Im Schuljahr 2019/2020 als <a href="https://de.wikipedia.org/wiki/Besondere_Lernleistung">Besondere Lernleistung</a>
entwickelt von:
<ul>
<li><a href="https://github.com/nelsbrock">Niklas Elsbrock</a> (Hauptentwickler)</li>
<li><a href="https://github.com/Hecht376">Johannes Bingel</a> (Exportfunktion und Excel-Importfunktion)</li>
<li>Dipl.-Inform. Christian Wolf, OStR (Idee und Betreuung)</li>
</ul>
</p>
<ul>
<li><a href="https://github.com/nelsbrock">Niklas Elsbrock</a> (Hauptentwickler)</li>
<li><a href="https://github.com/Hecht376">Johannes Bingel</a> (Exportfunktion und Excel-Importfunktion)</li>
<li>Dipl.-Inform. Christian Wolf, OStR (Idee und Betreuung)</li>
</ul>
<p>
Lizensiert unter der
<a href="https://github.com/nelsbrock/NateMan/blob/main/LICENSE">GNU General Public License, Version 3</a>.
</p>