Index: chrome/browser/resources/chromeos/wallpaper_manager/main.html |
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/main.html b/chrome/browser/resources/chromeos/wallpaper_manager/main.html |
index 70852476855c2db674d8f8d302faea207d938c02..e45914476c7eeb9ed3c458f355e5845b9c7ffa81 100644 |
--- a/chrome/browser/resources/chromeos/wallpaper_manager/main.html |
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/main.html |
@@ -9,9 +9,23 @@ found in the LICENSE file. |
--> |
<head> |
<title>Placeholder for Wallpaper Manager Main page</title> |
+ <link rel="stylesheet" href="css/wallpaper_manager.css"> |
+ <script src="js/main_scripts.js"></script> |
+ <if expr="0"> |
+ <!-- This file has not been flattened, load individual scripts. |
+ Keep the list in sync with js/main_scripts.js. --> |
+ <script src="../../shared/js/local_strings.js"></script> |
+ <script src="js/wallpaper_manager.js"></script> |
+ <script src="js/main.js"></script> |
+ </if> |
</head> |
<body> |
- <h1>Wallpaper Manager</h1> |
- <p>Coming soon.</p> |
+ <div class="dialog-container"> |
+ <div class="dialog-sidebar"> |
+ <ul id="categories-list"></ul> |
+ </div> |
+ <div class="wallpaper-grid-container"> |
+ </div> |
+ </div> |
</body> |
</html> |