diff --git a/index.html b/index.html index a450562..1c26157 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,7 @@
  • Impressum
  • Notenrechner
  • Textanalyse
  • +
  • Textanalyse
  • diff --git a/js/quiz.js b/js/quiz.js new file mode 100644 index 0000000..7cb4b68 --- /dev/null +++ b/js/quiz.js @@ -0,0 +1 @@ +console.log("Quiz lädt") \ No newline at end of file diff --git a/quiz.html b/quiz.html new file mode 100644 index 0000000..f9789d2 --- /dev/null +++ b/quiz.html @@ -0,0 +1,40 @@ + + + + + + Quiz + + + + + + + +
    +
    + Logo +

    Quiz

    +

    Interaktive Softwareanwendung

    +
    + +
    +
    +

    +

    +

    +
    + + + \ No newline at end of file