Update index.php

This commit is contained in:
Roman Schenk 2026-05-21 18:20:36 +02:00
parent 59b1a95e02
commit 7a143dc18a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ include "zefixAPI.php";
<div class="mb-4"> <div class="mb-4">
<label for="firma" class="form-label">Firmenname (optional)</label> <label for="firma" class="form-label">Firmenname (optional)</label>
<div class="form-text mb-2">* kann als Platzhalter verwendet werden</div> <div class="form-text mb-2">* kann als Platzhalter verwendet werden</div>
<input type="text" id="firma" name="firma" class="form-control" placeholder="z.B. Silias*"> <input type="text" id="firma" name="firma" class="form-control" placeholder="z.B. *solar*">
</div> </div>
<!-- Kanton --> <!-- Kanton -->