Update Script_Speech_recognition/stranka.html
This commit is contained in:
parent
e7a5bb2228
commit
cef609b074
@ -10,25 +10,12 @@
|
||||
</head>
|
||||
<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 -->
|
||||
<button id="themeToggleBtn" title="Switch Theme">🌞</button>
|
||||
|
||||
<h1>Prekladač slovenčiny do slovenského posunkového jazyka</h1>
|
||||
|
||||
<div class="container">
|
||||
<div class="inner-container">
|
||||
<!-- Textové pole na zadanie textu -->
|
||||
<div class="textarea-container">
|
||||
<!-- Tlačidlá pre preklad -->
|
||||
@ -53,15 +40,14 @@
|
||||
<button id="prevBtn">←</button>
|
||||
<button id="nextBtn">→</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p id="statusText"></p>
|
||||
|
||||
|
||||
<!-- Pripojenie skriptov -->
|
||||
<script type="module" src="videoplayer.js"></script>
|
||||
<script src="kontrola_api.js"></script>
|
||||
<script src="speech_recognition.js"></script>
|
||||
<script src="videoplayer.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user