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

     1  <!DOCTYPE html>
     2  <head>
     3  <meta charset="utf-8">
     4  <title>wpt.fyi - Feature flags</title>
     5  
     6  <script type="module" src="/components/wpt-flags.js"></script>
     7  </head>
     8  <body>
     9    <h3>
    10      Environment-wide {{ .Data.Host }} feature flags
    11    </h3>
    12    <wpt-environment-flags-editor />
    13  </body>