moved files, renamed .html, fixed links

This commit is contained in:
Matúš Juraj Kobyľan 2024-11-22 19:40:51 +01:00
parent fccaed6e39
commit 67bd5676fd
5 changed files with 11 additions and 11 deletions

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Jednoduchý Prekladač</title> <title>Jednoduchý Prekladač</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="styles/style.css">
</head> </head>
<body> <body>
@ -41,9 +41,9 @@
<!-- Pripojenie skriptov --> <!-- Pripojenie skriptov -->
<script type="module" src="videoplayer.js"></script> <script type="module" src="scripts/videoplayer.js"></script>
<script src="kontrola_api.js"></script> <script src="scripts/kontrola_api.js"></script>
<script src="speech_recognition.js"></script> <script src="scripts/speech_recognition.js"></script>