github.com/grafana/pyroscope@v1.18.0/public/templates/index.html (about) 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> 6 <meta name="viewport" content="width=device-width" /> 7 <meta name="theme-color" content="#000" /> 8 <base href="<%= process.env.BASEPATH %>" /> 9 <title>Grafana Pyroscope</title> 10 </head> 11 <body> 12 <div id="reactRoot"></div> 13 </body> 14 </html> 15