1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00
pdf.js/examples/helloworld/index.html

15 lines
279 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<!-- PDF.js-specific -->
2011-10-25 10:53:18 -07:00
<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>