1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 17:48:07 +02:00
pdf.js/examples/helloworld/index.html
2015-12-29 09:20:52 -06:00

13 lines
225 B
HTML

<!doctype html>
<html>
<head>
<script src="../../node_modules/requirejs/require.js"></script>
<script src="hello.js"></script>
</head>
<body>
<canvas id="the-canvas" style="border:1px solid black;"/>
</body>
</html>