summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/first_run/first_run.html
blob: b7735c6b9afb781b44568da92949fc01fea59739 (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
26
27
28
29
<!doctype html>
<html i18n-values="dir:textdirection;shelf:shelfAlignment;.style.fontFamily:fontfamily;">
  <head>
    <meta charset=utf-8>
    <title></title>
    <link rel="stylesheet" href="chrome://resources/css/widgets.css">
    <link rel="stylesheet" href="chrome://resources/css/apps/common.css">
    <link rel="stylesheet" href="bubble.css">
    <link rel="stylesheet" href="first_run.css">
    <link rel="stylesheet" href="step.css">
    <link rel="stylesheet" href="step_bubble.css">
    <script src="chrome://resources/js/cr.js"></script>
    <script src="chrome://resources/js/cr/ui.js"></script>
    <script src="chrome://resources/js/load_time_data.js"></script>
    <script src="chrome://resources/js/util.js"></script>
    <script src="chrome://first-run/first_run.js"></script>
    <script src="chrome://first-run/strings.js"></script>
  </head>
  <body>
    <include src="background.svg">
    <div id="steps">
      <include src="app_list_step.html">
      <include src="tray_step.html">
      <include src="help_step.html">
    </div>
    <script src="chrome://resources/js/i18n_template2.js"></script>
  </body>
</html>