Generic build of PDF.js library.

15 lines
279 B

<!doctype html>
<html>
<head>
<!-- PDF.js-specific -->
14 years ago
<script type="text/javascript" src="../../build/pdf.js"></script>
<script type="text/javascript" src="hello.js"></script>
</head>
<body>
<canvas id="the-canvas" style="border:1px solid black;"/>
</body>
</html>