Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
florenciagithub authored May 19, 2024
1 parent c4d0705 commit 4641456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>Dateinamen-Umwandler</h1>
<input type="text" id="inputName" placeholder="Gib die Bezeichnung ein">
<button onclick="convertName()">Umwandeln</button>
<button onclick="convertToLowercase()">Kleinbuchstaben</button>
<button onclick="convertToLowercase()">Aaa</button>
<p id="outputName"></p>
<footer>@FW 2024</footer>
</div>
Expand Down

0 comments on commit 4641456

Please sign in to comment.