-
Notifications
You must be signed in to change notification settings - Fork 150
Expand file tree
/
Copy pathauth.html
More file actions
40 lines (38 loc) · 2.91 KB
/
Copy pathauth.html
File metadata and controls
40 lines (38 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="es">
<head>
<script type="module" crossorigin src="/assets/js/polyfills--1Z-T_Bc.js"></script>
<meta charset="UTF-8">
<!-- Resource Optimization -->
<!-- DNS Prefetch for external resources -->
<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<!-- Preconnect to critical origins -->
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirigiendo - La Tanda</title>
<script>
// Immediate redirect to auth-enhanced.html
window.location.replace('auth-enhanced.html');
</script>
<script async type="module" crossorigin src="/assets/js/auth-6F3hq9O7.js"></script>
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
<body>
<div style="display: flex; align-items: center; justify-content: center; height: 100vh; font-family: sans-serif; background: #0f172a; color: #f8fafc;">
<div style="text-align: center;">
<h2>Redirigiendo al sistema de autenticación...</h2>
<p>Si no eres redirigido automáticamente, <a href="auth-enhanced.html" style="color: #00FFFF;">haz clic aquí</a></p>
</div>
</div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-polyfill" src="/assets/js/polyfills-legacy-YD97Sv6k.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/js/auth-legacy-CvD272dr.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
<script src="shared-components.js?v=7.20"></script>
</body>
</html>