diff options
Diffstat (limited to 'print.html')
-rw-r--r-- | print.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print.html b/print.html new file mode 100644 index 0000000..b100351 --- /dev/null +++ b/print.html @@ -0,0 +1,15 @@ +<html> + +<head> + <script src="js/print.js" type="text/javascript"></script> +</head> + +<body> + +<div id="page"> + <img src="about:blank" id="camImage"> +</div> + + +</body> +</html> |