RSS Git Download  Clone
Raw Blame History 2kB 27 lines
HTML rendered
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <script>try{var t=localStorage.getItem('p3xr-theme');if(t==='auto'||!t)t=window.matchMedia&&window.matchMedia('(prefers-color-scheme:dark)').matches?'p3xrThemeDark':'p3xrThemeEnterprise';var m={p3xrThemeLight:'#cfd8dc',p3xrThemeEnterprise:'#e0e0e0',p3xrThemeRedis:'#ffcdd2',p3xrThemeDark:'#212121',p3xrThemeDarkNeu:'#263238',p3xrThemeDarkoBluo:'#283593',p3xrThemeMatrix:'#1b5e20'};var c=m[t]||'#212121';var l=t==='p3xrThemeLight'||t==='p3xrThemeEnterprise'||t==='p3xrThemeRedis';var s=document.createElement('meta');s.name='color-scheme';s.content=l?'light':'dark';document.head.appendChild(s);document.documentElement.style.backgroundColor=c}catch(e){var s=document.createElement('meta');s.name='color-scheme';s.content='dark';document.head.appendChild(s)}</script>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://www.googletagmanager.com 'unsafe-inline' 'unsafe-eval'; worker-src 'self' blob:; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://www.googletagmanager.com https://www.google-analytics.com; font-src 'self' data:; connect-src 'self' ws: wss: http://localhost:* http://127.0.0.1:* https://www.googletagmanager.com https://www.google-analytics.com https://region1.google-analytics.com https://analytics.google.com; object-src 'none'; base-uri 'self'; form-action 'self'">
    <title>P3X Redis UI</title>
    <style>@view-transition { navigation: auto; } ::view-transition-old(root), ::view-transition-new(root) { animation-duration: 400ms; animation-timing-function: ease-in-out; }</style>
    <link rel="icon" type="image/svg+xml" href="/images/redis.svg" />

    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-8M2CK7993T"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());
        gtag('config', 'G-8M2CK7993T');
    </script>
</head>
<body>

    <div id="app"></div>
    <script type="module" src="/main.ts"></script>
</body>
</html>