Spaces:
Running
Running
Update test2.html
Browse files- test2.html +6 -4
test2.html
CHANGED
|
@@ -4,10 +4,11 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Modelo de Preguntas y Respuestas sobre un PDF</title>
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
| 11 |
pdfjsLib.GlobalWorkerOptions.workerSrc = 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.11.338/pdf.worker.min.js';
|
| 12 |
</script>
|
| 13 |
</head>
|
|
@@ -90,3 +91,4 @@
|
|
| 90 |
</body>
|
| 91 |
</html>
|
| 92 |
|
|
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Modelo de Preguntas y Respuestas sobre un PDF</title>
|
| 7 |
+
|
| 8 |
+
<!-- Cargar pdf.js desde un CDN -->
|
| 9 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.11.338/pdf.min.js"></script>
|
| 10 |
+
<script>
|
| 11 |
+
// Configuraci贸n del worker de pdf.js
|
| 12 |
pdfjsLib.GlobalWorkerOptions.workerSrc = 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.11.338/pdf.worker.min.js';
|
| 13 |
</script>
|
| 14 |
</head>
|
|
|
|
| 91 |
</body>
|
| 92 |
</html>
|
| 93 |
|
| 94 |
+
|