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