summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/pdf/pdf.html
blob: 61db52371eb9d7f4918ba3fb6bb9c4861a7080dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html i18n-values="dir:textdirection">
<head>
  <meta charset="utf-8">
  <style>
    body {
      background-color: #ccc;
      font-family: sans-serif;
    }
  </style>
</head>
<body marginwidth="0" marginheight="0" >
</body>
<script src="pdf.js" language="javascript" type="text/javascript"></script>
</html>