Update index.html
Browse files- index.html +2 -12
index.html
CHANGED
|
@@ -3,21 +3,11 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<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 |
-
<!-- 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>
|
| 16 |
<body>
|
| 17 |
-
<div id="app"
|
| 18 |
<script src="script.js"></script>
|
| 19 |
</body>
|
| 20 |
</html>
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>脡chate Pall谩</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
<link rel="stylesheet" href="style.css">
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
+
<div id="app"></div>
|
| 11 |
<script src="script.js"></script>
|
| 12 |
</body>
|
| 13 |
</html>
|
|
|
|
|
|
|
|
|