| <!-- Copyright 2025 The Chromium Authors |
| 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"> |
| <meta charset="utf-8"> |
| <title>Autofill ML Internals</title> |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> |
| <style> |
| body { |
| margin: 0; |
| } |
| </style> |
| <body> |
| <autofill-ml-internals-app></autofill-ml-internals-app> |
| <script type="module" src="app.js"></script> |
| </body> |
| </html> |