feat: rename Farbhelfer to Pigmento

This commit is contained in:
Ferdinand
2026-04-02 14:12:17 +02:00
parent cc4d612b33
commit 7a17f2c511
2 changed files with 4 additions and 4 deletions

View File

@@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Farbhelfer</title>
<title>Pigmento</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Farbhelfer</h1>
<h1>Pigmento</h1>
<nav>
<button class="tab-btn active" data-tab="picker">Picker</button>
<button class="tab-btn" data-tab="eingabe">Eingabe</button>