diff --git a/EXPERIMENTS/AI/furry.css b/EXPERIMENTS/AI/furry.css deleted file mode 100644 index 1d1165f..0000000 --- a/EXPERIMENTS/AI/furry.css +++ /dev/null @@ -1,71 +0,0 @@ -body { - font-family: Arial, sans-serif; - background-color: #222; - color: #fff; - } - - .container { - max-width: 800px; - margin: 0 auto; - padding: 20px; - background-color: #333; - border-radius: 5px; - } - - h1 { - text-align: center; - margin-bottom: 20px; - color: #fff; - } - - form { - display: flex; - flex-direction: column; - } - - .question { - margin-bottom: 20px; - } - - .question h2 { - margin-bottom: 10px; - color: #fff; - } - - .question ul { - list-style: none; - display: flex; - flex-wrap: wrap; - margin: 0; - padding: 0; - } - - .question li { - width: 50%; - } - - .question input[type="radio"] { - margin-right: 10px; - } - - .button { - display: block; - width: 150px; - margin: 20px auto; - padding: 10px; - background-color: #00bfff; - border: none; - color: #fff; - font-size: 16px; - cursor: pointer; - border-radius: 5px; - } - - .button:hover { - background-color: #00a0e9; - } - - #result { - margin: 20px 0; - text-align: center - } \ No newline at end of file diff --git a/EXPERIMENTS/AI/furrytest.html b/EXPERIMENTS/AI/furrytest.html deleted file mode 100644 index cfa6f01..0000000 --- a/EXPERIMENTS/AI/furrytest.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - Fursona Quiz - - - -
-

Fursona Quiz

-
-
-

What is your favorite color?

-
    -
  • - - Red -
  • -
  • - - Orange -
  • -
  • - - Yellow -
  • -
  • - - Green -
  • -
  • - - Blue -
  • -
  • - - Purple -
  • -
  • - - Pink -
  • -
  • - - Other -
  • -
-
-
-

What is your favorite animal?

-
    -
  • - - Wolf -
  • -
  • - - Fox -
  • -
  • - - Cat -
  • -
  • - - Dog -
  • -
  • - - Bunny -
  • -
    -

    What is your favorite hobby or activity?

    -
      -
    • - - Art -
    • -
    • - - Music -
    • -
    • - - Reading -
    • -
    • - - Writing -
    • -
    • - - Gaming -
    • -
    • - - Sports -
    • -
    • - - Nature -
    • -
    • - - Other -
    • -
    -
    - - - \ No newline at end of file