Files
chrome-extensions-samples/apps/samples/printing/document.html
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

18 lines
467 B
HTML

<html>
<head>
<title>Printest</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="fill-contents">
<div id="centered-container">
<div id="centered-contents">
Numbers from <span id="from"></span> to <span id="to"></span>
</div>
</div>
</div>
<div id="fill-footer"><button id="print">Print</button></div>
<iframe name="print" src="printout.html">
</body>
</html>