From 402adaacbcb2d827c5975c44b01e0e837ea8a51a Mon Sep 17 00:00:00 2001 From: lena_smd02 Date: Wed, 1 Jul 2026 14:37:00 +0200 Subject: [PATCH] Quiz: Grundgeruest und Verlinkung --- index.html | 1 + js/quiz.js | 1 + quiz.html | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 js/quiz.js create mode 100644 quiz.html 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