feat: enhance success indicators and update favicon path

This commit is contained in:
Michael Czechowski
2025-05-13 21:35:16 +02:00
parent 6f6a2bb42e
commit 910529a6c3
3 changed files with 16 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./public/favicon.ico" type="image/x-icon" />
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CODE CRISPIES - Learn CSS Interactively</title>
<link rel="stylesheet" href="main.css" />