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

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