Skip to content

https://твоёимя.github.io/quest/ #89

@dimag44sun-boop

Description

@dimag44sun-boop
<title>Квест для тебя ❤️</title> <style> body { margin: 0; font-family: 'Comic Sans MS', cursive, sans-serif; background: #f9f3ff; color: #333; text-align: center; } section { display: none; padding: 40px; min-height: 100vh; } section.active { display: block; } h1, h2 { color: #e63946; } button { background: #ffcc00; border: none; padding: 12px 24px; font-size: 18px; border-radius: 12px; cursor: pointer; margin-top: 20px; } button:hover { background: #ffd633; } .puzzle-input { margin-top: 20px; padding: 10px; font-size: 18px; border: 2px solid #333; border-radius: 8px; } .celebration { font-size: 32px; margin-top: 30px; animation: pop 1s infinite alternate; } @Keyframes pop { from { transform: scale(1); color: #e63946; } to { transform: scale(1.2); color: #ffcc00; } } </style>

Привет, героиня! 🐞💛

Миньоны случайно украли талисман Чудес! Леди Баг и Суперкот просят тебя помочь вернуть его.

Леди Баг Миньоны
Начать квест

Задание 1: Разгадай пароль 🔐

Миньоны спрятали подсказку. Введи правильное слово, чтобы продолжить:


Проверить

Поздравляю! 🎉

Ты справилась с испытанием и спасла талисман Чудес. Леди Баг и Миньоны гордятся тобой!

❤️💛❤️

А теперь главный сюрприз:

Ты — мой самый чудесный талисман ✨

<script> function goTo(n) { document.querySelectorAll('section').forEach(s => s.classList.remove('active')); document.querySelector('#screen' + n).classList.add('active'); } function checkPuzzle() { const val = document.getElementById('puzzle').value.toLowerCase().trim(); const msg = document.getElementById('puzzle-msg'); if (val === 'банан') { goTo(3); } else { msg.textContent = 'Миньоны смеются: попробуй снова!'; } } </script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions