Index: chrome/browser/resources/local_ntp/most_visited_single.html |
diff --git a/chrome/browser/resources/local_ntp/most_visited_single.html b/chrome/browser/resources/local_ntp/most_visited_single.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0ae65cec8df1f3c65e2661e70f9f7c78269c1534 |
--- /dev/null |
+++ b/chrome/browser/resources/local_ntp/most_visited_single.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <base target="_top"> |
+ <meta charset="utf-8"> |
+ <link rel="stylesheet" href="single.css"> |
+ <script src="single.js"></script> |
+</head> |
+<body> |
+ <div id="most-visited"> |
huangs
2015/03/11 18:45:32
NIT: indentation.
fserb
2015/03/11 19:02:30
Done.
|
+ <div id="mv-tiles"></div> |
+ </div> |
+</body> |
+</html> |