Files
desfoto/site/gtin/aktualisieren/index.html
2026-09-25 20:08:25 +02:00

32 lines
1.3 KiB
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GTIN aktualisieren</title>
<meta name="robots" content="noindex, nofollow" />
<link rel="canonical" href="https://desfoto.de/gtin/aktualisieren/" />
<link rel="icon" href="/gtin/icons/favicon.svg" type="image/svg+xml" />
<style>
:root { color-scheme: light; font: 16px/1.65 system-ui, sans-serif; color: #202124; background: #fff; }
body { box-sizing: border-box; max-width: 42rem; margin: 0 auto; padding: 2.5rem 1.25rem; }
h1 { margin: 0 0 1.5rem; font-size: clamp(2rem, 7vw, 3rem); line-height: 1.1; }
a { color: #174ea6; }
footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #ddd; }
footer a + a { margin-left: 1rem; }
</style>
<script src="/gtin/js/aktualisieren.js" defer></script>
</head>
<body>
<main>
<h1>GTIN aktualisieren</h1>
<p id="status" role="status">Das Werkzeug wird aktualisiert. Du wirst gleich weitergeleitet.</p>
<p><a href="/gtin/">GTIN-Werkzeug öffnen</a></p>
</main>
<footer>
<a href="/gtin/impressum/">Impressum</a>
<a href="/gtin/datenschutz/">Datenschutz</a>
</footer>
</body>
</html>