blob: bb8c38e9ad6869f14537ebaa758fb9dfc800e94a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>
|