maskaro commited on
Commit
ee5e1c7
verified
1 Parent(s): 8c2d509

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +19 -31
index.html CHANGED
@@ -1,31 +1,19 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <link rel="stylesheet" type="text/css" href="style.css">
7
- <title>Gesti贸n de Comandas</title>
8
- <style>
9
- body {
10
- font-family: Arial, sans-serif;
11
- margin: 20px;
12
- }
13
- button {
14
- margin: 5px;
15
- padding: 10px;
16
- background-color: #007BFF;
17
- color: white;
18
- border: none;
19
- border-radius: 5px;
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>