Update Script_Speech_recognition/stranka.html

This commit is contained in:
Mário Panenko 2024-11-18 18:03:12 +00:00
parent 52d26df979
commit e27a699884

View File

@ -10,12 +10,25 @@
</head> </head>
<body> <body>
<!DOCTYPE html>
<html lang="sk">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Jednoduchý Prekladač</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="progress_bar.css">
</head>
<body>
<!-- Theme toggle icon button --> <!-- Theme toggle icon button -->
<button id="themeToggleBtn" title="Switch Theme">🌞</button> <button id="themeToggleBtn" title="Switch Theme">🌞</button>
<h1>Prekladač slovenčiny do slovenského posunkového jazyka</h1> <h1>Prekladač slovenčiny do slovenského posunkového jazyka</h1>
<div class="container"> <div class="container">
<div class="inner-container">
<!-- Textové pole na zadanie textu --> <!-- Textové pole na zadanie textu -->
<div class="textarea-container"> <div class="textarea-container">
<!-- Tlačidlá pre preklad --> <!-- Tlačidlá pre preklad -->
@ -41,6 +54,7 @@
<button id="nextBtn"></button> <button id="nextBtn"></button>
</div> </div>
</div> </div>
</div>
<p id="statusText"></p> <p id="statusText"></p>