Update index.html
Browse files- index.html +19 -31
index.html
CHANGED
|
@@ -1,31 +1,19 @@
|
|
| 1 |
-
<!DOCTYPE html>
|
| 2 |
-
<html lang="
|
| 3 |
-
<head>
|
| 4 |
-
<meta charset="UTF-8">
|
| 5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<
|
| 7 |
-
<
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
cursor: pointer;
|
| 21 |
-
}
|
| 22 |
-
button:hover {
|
| 23 |
-
background-color: #0056b3;
|
| 24 |
-
}
|
| 25 |
-
</style>
|
| 26 |
-
</head>
|
| 27 |
-
<body>
|
| 28 |
-
<div id="app"></div>
|
| 29 |
-
<script src="script.js"></script>
|
| 30 |
-
</body>
|
| 31 |
-
</html>
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="es">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Gesti贸n de Comandas</title>
|
| 7 |
+
<style>
|
| 8 |
+
/* Aqu铆 van tus estilos CSS */
|
| 9 |
+
</style>
|
| 10 |
+
</head>
|
| 11 |
+
<body>
|
| 12 |
+
<div id="app"></div>
|
| 13 |
+
|
| 14 |
+
<script src="script.js"></script>
|
| 15 |
+
|
| 16 |
+
<!-- A帽adir el script QRCode.js justo antes del cierre de </body> -->
|
| 17 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
|
| 18 |
+
</body>
|
| 19 |
+
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|