summaryrefslogtreecommitdiff
path: root/print.html
blob: daaa37e828b076e49b94fe966ea3e1bec1c1569b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>