Update index.html
Browse files- index.html +7 -2
index.html
CHANGED
|
@@ -4,13 +4,18 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Gesti贸n de Comandas en el Bar</title>
|
| 7 |
-
<
|
|
|
|
|
|
|
| 8 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
|
|
|
|
|
|
|
| 9 |
</head>
|
| 10 |
<body>
|
| 11 |
-
<div id="app"></div>
|
| 12 |
<script src="script.js"></script>
|
| 13 |
</body>
|
| 14 |
</html>
|
| 15 |
|
| 16 |
|
|
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Gesti贸n de Comandas en el Bar</title>
|
| 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 src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
|
| 11 |
+
<!-- Estilos personalizados -->
|
| 12 |
+
<link rel="stylesheet" href="style.css">
|
| 13 |
</head>
|
| 14 |
<body>
|
| 15 |
+
<div id="app" class="container mt-5"></div>
|
| 16 |
<script src="script.js"></script>
|
| 17 |
</body>
|
| 18 |
</html>
|
| 19 |
|
| 20 |
|
| 21 |
+
|