templates/index.html.twig line 1
{% extends 'base.html.twig' %}{% block body %}<div id="app-backend-node"><div id="react-loader" style="position: fixed;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #f8f9fa;z-index: 9999;gap: 32px;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;"><div style="width: 100px; height: auto;"><img src="{{ asset('logo.png') }}" alt="MKBID" style="width: 100%; display: block; height: auto;"/></div><div style="text-align: center;"><div class="spinner"></div><p style="color: #6c757d; font-size: 18px; margin: 16px 0 0 0; font-weight: 500;">Initialisation de l'application...</p></div></div><style>.spinner {width: 40px;height: 40px;border: 3px solid #e9ecef;border-top: 3px solid #0066b3;border-radius: 50%;animation: spin 0.8s linear infinite;margin: 0 auto;}@keyframes spin {to {transform: rotate(360deg);}}</style></div>{% endblock %}{% block title %}{% endblock %}