OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 * Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this | 3 * Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this |
4 * source code is governed by a BSD-style license that can be found in the | 4 * source code is governed by a BSD-style license that can be found in the |
5 * LICENSE file. | 5 * LICENSE file. |
6 --> | 6 --> |
7 | 7 |
8 <html> | 8 <html> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <script src="newTab.js"></script> | 10 <script src="newTab.js"></script> |
11 <link rel="stylesheet" href="newTab.css"> | 11 <link rel="stylesheet" href="newTab.css"> |
12 | 12 |
13 <title>New 8ball</title> | 13 <title>New 8ball</title> |
14 | 14 |
15 <body> | 15 <body> |
16 <div id="spacer"></div> | 16 <center> |
17 <span id='title'>Magic 8 ball says to visit</span> | 17 <div id="spacer"></div> |
18 <a id='mostVisitedThumb'> | 18 <span id='title'>Magic 8 ball says to visit</span> |
19 <span></span> | 19 <a id='mostVisitedThumb'> |
20 </a> | 20 <span></span> |
| 21 </a> |
| 22 </center> |
21 </body> | 23 </body> |
22 | 24 |
23 </html> | 25 </html> |
OLD | NEW |