Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / first_run / first_run.html
1 <!doctype html>
2 <html i18n-values="dir:textdirection;shelf:shelfAlignment;.style.fontFamily:fontfamily;">
3   <head>
4     <meta charset=utf-8>
5     <title></title>
6     <link rel="stylesheet" href="chrome://resources/css/widgets.css">
7     <link rel="stylesheet" href="chrome://resources/css/apps/common.css">
8     <link rel="stylesheet" href="bubble.css">
9     <link rel="stylesheet" href="first_run.css">
10     <link rel="stylesheet" href="preload.css">
11     <link rel="stylesheet" href="step.css">
12     <link rel="stylesheet" href="step_bubble.css">
13     <script src="chrome://resources/js/cr.js"></script>
14     <script src="chrome://resources/js/cr/ui.js"></script>
15     <script src="chrome://resources/js/load_time_data.js"></script>
16     <script src="chrome://resources/js/util.js"></script>
17     <script src="chrome://first-run/first_run.js"></script>
18     <script src="chrome://first-run/strings.js"></script>
19   </head>
20   <body>
21     <include src="background.svg">
22     <div id="steps">
23       <include src="app_list_step.html">
24       <include src="tray_step.html">
25       <include src="help_step.html">
26     </div>
27     <script src="chrome://resources/js/i18n_template2.js"></script>
28   </body>
29 </html>
30