initial commit (da)

This commit is contained in:
Raphael Dannecker 2020-09-03 21:25:42 +02:00
commit 634dceef57
26 changed files with 2592 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<div class="search-box">
Suche Stundenplan: <input type="text" name="searchstring" autocomplete="off" placeholder="Suchtext..." class="searchstring"/>
<div class="searchresult"></div>
<div style="display: flex; flex-wrap: wrap;">
<div class="timetable"></div>
</div>
</div>