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 59d5e8f commit c649cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ <h1>Dateinamen-Umwandler</h1>
<input type="text" id="inputName" placeholder="Gib die Bezeichnung ein">
<button onclick="convertName()">Umwandeln</button>
<button onclick="convertToLowercase()">Aaa</button>
<p id="outputName"></p>
<button id="copyButton" onclick="copyOutputText()">C</button>
<p id="outputName"></p>
<button id="copyButton" onclick="copyOutputText()">C</button>
<footer>@FW 2024</footer>
</div>
<script src="script.js"></script>
Expand Down

0 comments on commit c649cfd

Please sign in to comment.