summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/print_tab.html
blob: 8c74d2fdff5279dd6d2d3a624017493ddaa6b123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html i18n-values="dir:textdirection">
  <head>
    <meta charset="utf-8">
    <title i18n-content="title"></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>
    <p>Borat says &quot;Very nice!&quot;</p>
    </div>
  </body>
  <script src="print_tab.js"></script>
</html>