github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/webapp/templates/insights.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3  <head>
     4  {{ template "_head_common.html" . }}
     5  <script type="module" src="/components/wpt-insights.js"></script>
     6  </head>
     7  <body>
     8  <div id="content">
     9    <wpt-header {{if .User}}user="{{.User.GitHubHandle}}"{{end}}></wpt-header>
    10    <wpt-insights></wpt-insights>
    11  </div>
    12  </body>
    13  </html>