mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
15 lines
279 B
HTML
15 lines
279 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<!-- PDF.js-specific -->
|
|
<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>
|