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

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