Home | History | Annotate | Download | only in magic8ball
      1 <!DOCTYPE html>
      2 <!--
      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
      5  * LICENSE file.
      6 -->
      7 
      8 <html>
      9 <meta charset="utf-8">
     10 <script src="newTab.js"></script>
     11 <link rel="stylesheet" href="newTab.css">
     12 
     13 <title>New 8ball</title>
     14 
     15 <body>
     16   <center>
     17     <div id="spacer"></div>
     18     <span id='title'>Magic 8 ball says to visit</span>
     19     <a id='mostVisitedThumb'>
     20       <span></span>
     21     </a>
     22   </center>
     23 </body>
     24 
     25 </html>
     26