mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 16:49:56 -05:00
14 lines
257 B
HTML
14 lines
257 B
HTML
<html>
|
|
<head>
|
|
<title>a page that pops up an print dialog</title>
|
|
<script>
|
|
print()
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1>print</h1>
|
|
<p>this is a page that pops up a print dialog</p>
|
|
</body>
|
|
</html>
|
|
|