github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/pkg/cli/cmd/auth/authorize/authenticator/callback_html/complete.html (about) 1 <!doctype html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="utf-8" /> 6 <link rel="icon" href="https://cdn.kubeblocks.com/img/apecloud/favicon.ico" /> 7 <meta name="viewport" content="width=device-width,initial-scale=1" /> 8 <title>Apecloud</title> 9 </head> 10 <style> 11 body { 12 background: url(https://cdn.kubeblocks.com/img/apecloud/bg_3x.jpg) #000 no-repeat center center fixed; 13 background-size: cover; 14 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; 15 color: rgba(255, 255, 255, 0.9); 16 -webkit-font-smoothing: antialiased; 17 line-height: 1.2em; 18 display: flex; 19 align-items: center; 20 justify-content: center; 21 height: 100vh; 22 overflow: hidden; 23 } 24 25 .content { 26 padding: 80px; 27 text-align: center; 28 background-color: #121111; 29 } 30 31 .logo { 32 height: 38px; 33 margin-bottom: 30px; 34 } 35 36 .title { 37 font-size: 50px; 38 } 39 40 .des { 41 font-size: 18px; 42 margin: 40px 0 20px 0; 43 color: rgba(255, 255, 255, 0.7); 44 } 45 </style> 46 47 <body> 48 <div class='content'> 49 <div class='logo'><img height="100%" alt='kubeblocks' 50 src='https://cdn.kubeblocks.com/img/apecloud/kubeblocks.png' /></div> 51 <p class="title">Verification Complete!</p> 52 <p class="des">You have successfully logged in kubeblocks cloud.</p> 53 </div> 54 </body> 55 56 </html>