OLD | NEW |
1 <!-- | 1 <!-- |
2 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. |
3 -- Use of this source code is governed by a BSD-style license that can be | 3 -- Use of this source code is governed by a BSD-style license that can be |
4 -- found in the LICENSE file. | 4 -- found in the LICENSE file. |
5 --> | 5 --> |
6 <html> | 6 <html> |
7 <head> | 7 <head> |
8 <link rel="stylesheet" href="foreground/css/list.css"> | 8 <link rel="stylesheet" href="foreground/css/list.css"> |
9 <link rel="stylesheet" href="foreground/css/common.css"> | 9 <link rel="stylesheet" href="foreground/css/common.css"> |
10 <link rel="stylesheet" href="foreground/css/file_types.css"> | 10 <link rel="stylesheet" href="foreground/css/file_types.css"> |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 <script src="foreground/js/photo/gallery_item.js"></script> | 70 <script src="foreground/js/photo/gallery_item.js"></script> |
71 <script src="foreground/js/photo/mosaic_mode.js"></script> | 71 <script src="foreground/js/photo/mosaic_mode.js"></script> |
72 <script src="foreground/js/photo/slide_mode.js"></script> | 72 <script src="foreground/js/photo/slide_mode.js"></script> |
73 <script src="foreground/js/photo/ribbon.js"></script> | 73 <script src="foreground/js/photo/ribbon.js"></script> |
74 </if> | 74 </if> |
75 </head> | 75 </head> |
76 <body> | 76 <body> |
77 <div class="gallery"></div> | 77 <div class="gallery"></div> |
78 </body> | 78 </body> |
79 </html> | 79 </html> |
OLD | NEW |