morse && -notes

This commit is contained in:
zyqunix 2025-06-12 11:26:03 +02:00
parent b5d4387c95
commit b2150a6161
5 changed files with 5 additions and 359 deletions

View file

@ -8,7 +8,7 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="card shadow">
<div class="cards shadow">
<h1>Morse Translator</h1>
<textarea id="textInput" placeholder="Enter text..." rows="5"></textarea>
<button id="translate-to-morse">Translate to Morse</button>