index.html 1.1 KB

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang="es" class="dark">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Pedidos Express</title>
  7. <link rel="preconnect" href="https://fonts.googleapis.com" />
  8. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  9. <!-- <script>
  10. const params = new URLSearchParams(window.location.search);
  11. const debug = params.get("debug") === "1";
  12. if (!debug) {
  13. window.location.replace("https://menu.fu.do/klein/qr-menu")
  14. }
  15. </script> -->
  16. <link
  17. 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"
  18. rel="stylesheet"
  19. />
  20. <script type="module" crossorigin src="/express/assets/index-Bq7ZOFnD.js"></script>
  21. <link rel="stylesheet" crossorigin href="/express/assets/index-CRUsByxL.css">
  22. </head>
  23. <body>
  24. <div id="root"></div>
  25. </body>
  26. </html>