Update index.html
Browse files- index.html +3 -1
index.html
CHANGED
|
@@ -7,7 +7,9 @@
|
|
| 7 |
<!-- Bootstrap CSS -->
|
| 8 |
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
|
| 9 |
<!-- QRCode.js -->
|
| 10 |
-
<script
|
|
|
|
|
|
|
| 11 |
<!-- Estilos personalizados -->
|
| 12 |
<link rel="stylesheet" href="style.css">
|
| 13 |
</head>
|
|
|
|
| 7 |
<!-- Bootstrap CSS -->
|
| 8 |
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
|
| 9 |
<!-- QRCode.js -->
|
| 10 |
+
<!-- Incluir el script de qrcode.js -->
|
| 11 |
+
<script src="https://cdn.rawgit.com/davidshimjs/qrcodejs/gh-pages/qrcode.min.js"></script>
|
| 12 |
+
|
| 13 |
<!-- Estilos personalizados -->
|
| 14 |
<link rel="stylesheet" href="style.css">
|
| 15 |
</head>
|