summaryrefslogtreecommitdiff
path: root/public/print.html
diff options
context:
space:
mode:
authorFlorian <stayawake@lavabit.com>2014-03-02 14:22:10 +0300
committerFlorian <stayawake@lavabit.com>2014-03-02 14:22:10 +0300
commitc35a1c1abb596b919edf42b274d94c7831b93b13 (patch)
tree00f402824e566a686e0a82ffdb11bb0e4f72ad33 /public/print.html
parent08feea56c82a658d0953b86d29c5d2ec5a9d5b80 (diff)
added webinterface
Diffstat (limited to 'public/print.html')
-rw-r--r--public/print.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/public/print.html b/public/print.html
new file mode 100644
index 0000000..daaa37e
--- /dev/null
+++ b/public/print.html
@@ -0,0 +1,24 @@
+<html>
+
+<head>
+ <script src="js/print.js" type="text/javascript"></script>
+ <link rel="stylesheet" type="text/css" href="css/print.css">
+</head>
+
+<body>
+
+<div id="page">
+ <div id="imageContainer">
+ <img src="about:blank" id="camImage">
+ </div>
+ <div id="metaContainer">
+
+ </div>
+ <div id="textContainer">
+
+ </div>
+</div>
+
+
+</body>
+</html>