| <!doctype html> |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> |
| <head> |
| <meta charset="utf-8"> |
| <title>Predictors</title> |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| |
| <style> |
| <include src="predictors.css"> |
| </style> |
| |
| </head> |
| |
| <body> |
| <cr-tab-box id="predictor-page"> |
| <div slot="tab">Autocomplete Action Predictor</div> |
| <div slot="tab">Resource Prefetch Predictor</div> |
| <div slot="panel"> |
| <include src="autocomplete_action_predictor.html"> |
| </div> |
| <div slot="panel"> |
| <include src="resource_prefetch_predictor.html"> |
| </div> |
| </cr-tab-box> |
| <script type="module" src="predictors.js"></script> |
| </body> |
| </html> |