diff options
author | Marvin Borner | 2020-10-06 18:24:22 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-06 18:24:22 +0200 |
commit | fd15546c012e42867f9b052433f968d7cd2f27da (patch) | |
tree | 896d054c7b113f442253923e5ad91dec9583af27 /quotes/public/index.html | |
parent | 78a60c48041673005900f6aa5cebcad0f92e5db3 (diff) |
Added teachers
FINALLY GOT A LIST...
Diffstat (limited to 'quotes/public/index.html')
-rw-r--r-- | quotes/public/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quotes/public/index.html b/quotes/public/index.html index 343f5a3..8853ee4 100644 --- a/quotes/public/index.html +++ b/quotes/public/index.html @@ -41,6 +41,8 @@ <ul style="display: none" id="TGM13.2"></ul> <button id="open_TGTM13.1">TGTM13.1</button> <ul style="display: none" id="TGTM13.1"></ul> + <button id="open_teacher">Lehrer</button> + <ul style="display: none" id="teacher"></ul> </main> <script src="script.js" charset="utf-8"></script> |