pdf.js/examples/helloworld/index.html
2017-02-27 08:32:39 -06:00

15 lines
279 B
HTML

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