Index: chrome/browser/resources/print_tab.html |
=================================================================== |
--- chrome/browser/resources/print_tab.html (revision 0) |
+++ chrome/browser/resources/print_tab.html (revision 0) |
@@ -0,0 +1,19 @@ |
+<!DOCTYPE html> |
+<html id="t" > |
+ <head> |
+ <meta charset="utf-8"> |
+ <title>Print Page</title> |
+ <link rel="stylesheet" href="print_tab.css"> |
+ </head> |
+ <body> |
+ <center> |
+ <h1>Chromium Print Page</h1> |
+ </center> |
+ <div class="text"> |
+ <p>This is an <i>in-progress</i> print preview and settings page |
+ in chromium.</p> |
+ </div> |
+ </body> |
+ <script src="print_tab.js"></script> |
+</html> |
+ |