VibeCoderzVibeCoderz
Telegram
All Prompts
Error Message Component preview
errormessagecenteredmoderncardresponsive

Error Message Component

Компонент сообщения об ошибке для отображения проблем с загрузкой/доступом контента. Современный, отзывчивый дизайн.

Prompt

<div class="flex items-center justify-center min-h-screen bg-gray-50">
  <div class="text-center p-8 bg-white rounded-lg shadow-sm max-w-md mx-auto">
    <div class="text-red-500 text-6xl mb-4">⚠️</div>
    <h2 class="text-2xl font-semibold text-gray-800 mb-2">Content Unavailable</h2>
    <p class="text-gray-600 mb-4">The requested content could not be loaded. This may be due to a network issue or the content may no longer be available.</p>
    <button class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-2 rounded-lg transition-colors duration-200">Try Again</button>
  </div>
</div>
All Prompts