summaryrefslogtreecommitdiff
path: root/print.html
diff options
context:
space:
mode:
authorFlorian <stayawake@lavabit.com>2014-02-17 20:52:36 +0100
committerFlorian <stayawake@lavabit.com>2014-02-17 20:52:36 +0100
commitbfb380a11d0e4e34723c79f0d6a57995f2957891 (patch)
treea72fe60a248c5eb2f135e65ecf33b868cd91b288 /print.html
parent20cf774b3a5d7c0c540f6ea25b7cc1c92f5605cc (diff)
added print layoutHEADmaster
Diffstat (limited to 'print.html')
-rw-r--r--print.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/print.html b/print.html
index b100351..daaa37e 100644
--- a/print.html
+++ b/print.html
@@ -2,12 +2,21 @@
<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">
- <img src="about:blank" id="camImage">
+ <div id="imageContainer">
+ <img src="about:blank" id="camImage">
+ </div>
+ <div id="metaContainer">
+
+ </div>
+ <div id="textContainer">
+
+ </div>
</div>