vitess.io/vitess@v0.16.2/web/vtadmin/public/index.html (about) 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <meta name="theme-color" content="#000000" /> 8 <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> 9 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> 10 <script src="%PUBLIC_URL%/config/config.js"></script> 11 12 <!-- See also the useDocumentTitle hook, which sets document.title dynamically. --> 13 <title>VTAdmin</title> 14 </head> 15 <body> 16 <noscript>You need to enable JavaScript to run this app.</noscript> 17 <div id="root"></div> 18 </body> 19 </html>