2011-09-16 01:28:58 +09:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<!-- PDF.js-specific -->
|
2011-10-26 02:53:18 +09:00
|
|
|
<script type="text/javascript" src="../../build/pdf.js"></script>
|
2011-09-16 01:28:58 +09:00
|
|
|
<script type="text/javascript" src="hello.js"></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<canvas id="the-canvas" style="border:1px solid black;"/>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|