Spaces:
Sleeping
Sleeping
LeireTedCas
commited on
Commit
•
fec6c3e
1
Parent(s):
2ae14ae
Update templates/escuchar_uro1.html
Browse files
templates/escuchar_uro1.html
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8">
|
|
|
5 |
<title> Quirohelp </title>
|
6 |
<style>
|
7 |
body {
|
@@ -129,15 +130,17 @@
|
|
129 |
<div id="formats"></div>
|
130 |
<p><strong>Grabación:</strong></p>
|
131 |
<ol id="recordingsList"></ol>
|
|
|
|
|
|
|
|
|
132 |
|
133 |
|
134 |
|
135 |
|
136 |
|
137 |
<!-- inserting these scripts at the end to be able to use all the elements in the DOM -->
|
138 |
-
|
139 |
-
<script src="https://cdn.rawgit.com/mattdiamond/Recorderjs/08e7abd9/dist/recorder.js"></script>
|
140 |
-
<script src="/static/js/appuro.js"></script>
|
141 |
<!-- Agrega un cuadro de texto para mostrar la respuesta -->
|
142 |
<!--<input type="text" id="responseTextBox" readonly>-->
|
143 |
<!--<div id="textElement">-->
|
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
<title> Quirohelp </title>
|
7 |
<style>
|
8 |
body {
|
|
|
130 |
<div id="formats"></div>
|
131 |
<p><strong>Grabación:</strong></p>
|
132 |
<ol id="recordingsList"></ol>
|
133 |
+
<script src="https://cdn.rawgit.com/mattdiamond/Recorderjs/08e7abd9/dist/recorder.js"></script>
|
134 |
+
|
135 |
+
<script src="/static/js/appuro.js"></script>
|
136 |
+
|
137 |
|
138 |
|
139 |
|
140 |
|
141 |
|
142 |
<!-- inserting these scripts at the end to be able to use all the elements in the DOM -->
|
143 |
+
<!--<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>-->
|
|
|
|
|
144 |
<!-- Agrega un cuadro de texto para mostrar la respuesta -->
|
145 |
<!--<input type="text" id="responseTextBox" readonly>-->
|
146 |
<!--<div id="textElement">-->
|