Code formatting cleanup and addition of visual assets (logo, background)

This commit is contained in:
2026-04-16 07:24:19 +02:00
parent e993eef125
commit ec7b4d1f71
8 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ function AnswerGrid({ question, selected, onToggle, disabled }) {
function HomePage({ navigate }) {
return (
<div className="min-h-screen flex flex-col items-center justify-center p-6">
<div className="text-6xl mb-2">🚨</div>
<img src="/img/logo.png" alt="Quizalarm" className="w-24 h-24 mb-2" />
<h1 className="text-5xl font-extrabold mb-2 fire-gradient">Quizalarm</h1>
<p className="text-gray-400 mb-10 text-lg">Lernen. Quizzen. Wissen.</p>
<div className="w-full max-w-sm space-y-4">