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

     1  <!DOCTYPE html>
     2  <html lang="en">
     3  <head>
     4  {{ template "_head_common.html" . }}
     5  <!-- <meta name="color-scheme" content="dark light"> -->
     6  <script type="module" src="/components/interop.js"></script>
     7  </head>
     8  <body>
     9  <div id="content">
    10    {{if not .Data.Embedded}}
    11      <wpt-header {{if .User}}user="{{.User.GitHubHandle}}"{{end}}></wpt-header>
    12    {{end}}
    13    <interop-dashboard
    14    {{ if .Data.Year}}year="{{.Data.Year}}"{{end}}></interop-dashboard>
    15  </div>
    16  </body>
    17  </html>