|
@@ -0,0 +1,26 @@
|
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
|
+<html lang="es" class="dark">
|
|
|
|
|
+ <head>
|
|
|
|
|
+ <meta charset="utf-8" />
|
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
+ <title>Pedidos Express</title>
|
|
|
|
|
+ <link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
|
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
|
|
+ <script>
|
|
|
|
|
+ const params = new URLSearchParams(window.location.search);
|
|
|
|
|
+ const debug = params.get("debug") === "1";
|
|
|
|
|
+ if (!debug) {
|
|
|
|
|
+ window.location.replace("https://toteat.shop/r/cl/Klein/23088/checkin/menu");
|
|
|
|
|
+ }
|
|
|
|
|
+ </script>
|
|
|
|
|
+ <link
|
|
|
|
|
+ href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Noto+Sans:wght@300;400;500;600;700&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap"
|
|
|
|
|
+ rel="stylesheet"
|
|
|
|
|
+ />
|
|
|
|
|
+ <script type="module" crossorigin src="/express/assets/index-LC7je4Q6.js"></script>
|
|
|
|
|
+ <link rel="stylesheet" crossorigin href="/express/assets/index-CRUsByxL.css">
|
|
|
|
|
+</head>
|
|
|
|
|
+ <body>
|
|
|
|
|
+ <div id="root"></div>
|
|
|
|
|
+</body>
|
|
|
|
|
+</html>
|