Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / oobe.html
blobf84f6aea02c03e4aa95e1dd0ea0f5cdc34467ef5
1 <!doctype html>
2 <html i18n-values="dir:textdirection;
3 build:buildType;
4 highlight:highlightStrength;
5 lang:language">
6 <head>
7 <meta charset="utf-8">
8 <meta name="google" value="notranslate">
9 <title i18n-content="title"></title>
10 <include src="login_resources.html">
11 <link rel="import" href="chrome://oobe/custom_elements.html">
12 <link rel="stylesheet" href="roboto_font.css">
13 <link rel="stylesheet" href="accessibility_menu.css">
14 <script src="chrome://oobe/oobe.js"></script>
15 <script src="chrome://oobe/gaia_auth_host.js"></script>
16 </head>
17 <body class="oobe-display" i18n-values=".style.fontFamily:fontfamily;">
18 <include src="screen_container.html">
19 <include src="accessibility_menu.html">
20 <div id="popup-overlay" class="popup-overlay" hidden>
21 <include src="oobe_screen_eula_installation_settings_overlay.html">
22 </div>
23 <script src="chrome://resources/js/i18n_template.js"></script>
24 </body>
25 </html>