Загрузка данных


<!doctype html>
<html lang="ru">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>AI-Квест</title>
    <style>
        body {background:#0d0f1a; color:#e0e0ff; font-family: system-ui; sens-serif;
        max-width: 680px; margin: 0 auto; padding:24px; }
        h1{ color: #8be9fd;}

        input, button {font-size: 16px; padding: 10px; border-radius: 8px;
        border:1px solid #444; background:#1a1d2e; color: #fff}

        button {background: #6272a4; cursor:pointer; border:none;} 

        button:hover {background:7d8cc4;}

        .story {background: #1a1d2e; padding:16px; border-radius:12px; line-height:1.6;
           white-space: pre-wrap; margin:16px 0; border:1px solid #333;}
        a {color: #8be9fd}
    </style>
</head>
<body>
    {% block content %}{% endblock %}
</body>
</html>