LES FAVORIS REISENTHEL AMBRE

A collection page of Reisenthel

category
Products
6
Active ads
0
Depth
Published
2025/05/15

About

// Prüfen, ob wir uns NICHT schon auf der französischen Version befinden if (!window.location.pathname.startsWith("/fr")) { // Leite auf dieselbe URL unter /fr weiter const newPath = "/fr" + window.location.pathname + window.location.search + window.location.hash; window.location.href = newPath; } body { font-family: Arial, sans-serif; } .container { display: flex; flex-direction: column; align-items: center; margin-top: 50px; } input[type="text"] { width: 300px; padding: 10px; font-size: 16px; margin-bottom: 20px; box-sizing: border-box; text-align: center; } button { padding: 10px 20px; font-size: 16px; cursor: pointer; border: none; background-color: #4CAF50; color: white; border-radius: 5px; transition: background-color 0.3s ease; } button:hover { background-color: #45a049; } #successMessage { margin-top: 15px; color: green; font-weight: bold; display: none; } Copier le code Code copié !