diff options
| author | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2026-03-19 16:47:15 +0100 |
|---|---|---|
| committer | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2026-03-19 16:47:15 +0100 |
| commit | 6ef7759101a1063be3ebf23e83dd06d0b2c5fb5c (patch) | |
| tree | 913cdd630990d21a42d5a9dd41448b8aa1d52ffd | |
| parent | 5f2e1fcc65cea4118074c8338b3222c10952fc5e (diff) | |
add title and matthias
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ </head> <body> <header class="row"> - <h4 class="col"><a href="https://github.com/vkurko/calendar">Event Calendar</a> Demo</h4> + <h2>Studenplan Wahlpflichtfächer im Studiengang Technische Informatik aus der Fak. ET</h2> </header> <main> <p>Stundenplan</p> @@ -99,6 +99,7 @@ function dozwhomepage(dozent) { ["Stolle", "https://www.tha.de/Elektrotechnik/Reinhard-Stolle.html"], ["Kamuf", "https://www.tha.de/Elektrotechnik/Matthias-Kamuf.html"], ["Beckmann", "https://www.tha.de/Elektrotechnik/Friedrich-Beckmann.html"], + ["Ritter", "https://www.tha.de/Elektrotechnik/Prof.-Dr.-Ing.-matthias-ritter.html"], ["Königbauer", "https://www.tha.de/Elektrotechnik/Prof.-Dr.-rer.nat.-martina-koenigbauer.html"] ]); if (homepagelink = doz2hp.get(dozent)){ |
