Compare commits
No commits in common. "a96307726cbc7e6e413e8adfb902c3d60c4125bc" and "fccaed6e39ce0ed936668976bb84e3ecd1d69234" have entirely different histories.
a96307726c
...
fccaed6e39
@ -5,7 +5,7 @@
|
||||
<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="styles/style.css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -41,9 +41,9 @@
|
||||
|
||||
|
||||
<!-- Pripojenie skriptov -->
|
||||
<script type="module" src="scripts/videoplayer.js"></script>
|
||||
<script src="scripts/kontrola_api.js"></script>
|
||||
<script src="scripts/speech_recognition.js"></script>
|
||||
<script type="module" src="videoplayer.js"></script>
|
||||
<script src="kontrola_api.js"></script>
|
||||
<script src="speech_recognition.js"></script>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user