diff options
author | LarsVomMars | 2021-01-21 12:48:36 +0100 |
---|---|---|
committer | LarsVomMars | 2021-01-21 12:48:36 +0100 |
commit | 448f455186ee695ce0c70574db4fe2b431ad6c55 (patch) | |
tree | 707a828b1fbb4e10ab4ba0f796690110d39cde1a /poll/public/index.html | |
parent | fa4026fd87b17cc2c69f23da516f7399aae20f67 (diff) |
FIXERINIO
Diffstat (limited to 'poll/public/index.html')
-rw-r--r-- | poll/public/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/poll/public/index.html b/poll/public/index.html index 26c7684..45379aa 100644 --- a/poll/public/index.html +++ b/poll/public/index.html @@ -20,10 +20,8 @@ </div> <main> -<!-- <form class="pure-form pure-form-stacked" action="api/answer" method="post">--> <div class="pure-form pure-form-stacked"> <fieldset> - <!-- TODO: Add progress --> <legend>Schüler-Ranking</legend> <p>Welche/r Schüler/in...</p> <label id="question_label" for="question"></label> @@ -34,8 +32,6 @@ <button id="skip-btn" class="pure-button pure-button-danger">Weiter</button> </fieldset> </div> - -<!-- </form>--> </main> <script src="script.js" charset="utf-8"></script> |