OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values="dir:textdirection;"> | |
3 <!-- | 2 <!-- |
4 ------ | 3 ------ |
5 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
6 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
7 found in the LICENSE file. | 6 found in the LICENSE file. |
8 | |
9 --> | 7 --> |
| 8 <html i18n-values="dir:textdirection;"> |
10 <head> | 9 <head> |
11 <title>Placeholder for Wallpaper Manager Main page</title> | 10 <title>Placeholder for Wallpaper Manager Main page</title> |
| 11 <script src="js/main_scripts.js"></script> |
| 12 <if expr="0"> |
| 13 <!-- This file has not been flattened, load individual scripts. |
| 14 Keep the list in sync with js/main_scripts.js. --> |
| 15 <script src="js/window_state_manager.js"></script> |
| 16 <script src="js/main.js"></script> |
| 17 </if> |
12 </head> | 18 </head> |
13 <body> | 19 <body> |
14 <h1>Wallpaper Manager</h1> | 20 <h1>Wallpaper Manager</h1> |
15 <p>Coming soon.</p> | 21 <p>Coming soon.</p> |
16 </body> | 22 </body> |
17 </html> | 23 </html> |
OLD | NEW |