| <!-- Copyright 2021 The Chromium Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file.--> |
| <!doctype html> |
| <html dir="ltr" lang="en"> |
| <head> |
| <meta charset="utf-8"> |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| <link rel="stylesheet" href="chrome://resources/css/roboto.css"> |
| |
| <link rel="stylesheet" href="floc_internals.css"> |
| <script type="module" src="floc_internals.js"></script> |
| <title>Floc Internals</title> |
| </head> |
| <body> |
| |
| <div class="large-bold-div">FLoC Status</div> |
| <div id="floc-status-div"></div> |
| |
| <div class="large-bold-div">Features Enabled Status</div> |
| <div id="floc-features-div"></div> |
| |
| <div class="large-bold-div">Parameters</div> |
| <div id="floc-params-div"></div> |
| |
| <template id="result-template"> |
| <div> |
| <span></span> |
| <span></span> |
| </div> |
| </template> |
| |
| </body> |
| </html> |