summaryrefslogtreecommitdiff
path: root/print.html
diff options
context:
space:
mode:
authorFlorian <stayawake@lavabit.com>2014-02-14 21:58:39 +0100
committerFlorian <stayawake@lavabit.com>2014-02-14 21:58:39 +0100
commitb69d61143ef7e0ef082406b654770409a743b173 (patch)
tree2369109ce2aef0358637862115627844ed899507 /print.html
parent6ef199fe1052502800adbf1b2db8c7886473ce21 (diff)
added printing window and function
Diffstat (limited to 'print.html')
-rw-r--r--print.html15
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>