pdf.js/examples/helloworld/index.html
2015-12-29 09:20:52 -06:00

14 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>