Chromium Code Reviews| Index: chrome/browser/resources/local_ntp/local_ntp.html |
| diff --git a/chrome/browser/resources/local_ntp/local_ntp.html b/chrome/browser/resources/local_ntp/local_ntp.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..157e1dae28a93fae6f11a9eacd422b37fb872d9e |
| --- /dev/null |
| +++ b/chrome/browser/resources/local_ntp/local_ntp.html |
| @@ -0,0 +1,25 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<!-- Copyright 2013 The Chromium Authors. All rights reserved. |
| + Use of this source code is governed by a BSD-style license that can be |
| + found in the LICENSE file. |
| +--> |
| +<head> |
| + <script src="chrome-search://local-ntp/local-ntp.js"></script> |
| + <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link> |
| +</head> |
| +<body> |
| + <div id="top-margin"></div> |
| + <div id="most-visited"> |
| + <div id="mv-tiles"></div> |
| + <div id="mv-noti" class="mv-noti-hide"> |
|
Dan Beam
2013/03/21 02:45:08
noti -> notice?
jeremycho
2013/03/21 05:28:42
commented.
|
| + <span id="mv-msg"></span> |
| + <span id="mv-noti-lks"> |
|
Dan Beam
2013/03/21 02:45:08
lks -> links?
jeremycho
2013/03/21 05:28:42
commented.
|
| + <span id="mv-undo"></span> |
| + <span id="mv-restore"></span> |
| + <button id="mv-noti-x" class="mv-x"></button> |
| + </span> |
| + </div> |
| + </div> |
| +</body> |
| +</html> |