Skip to content

Commit

Permalink
added pdfjs url
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitpal authored Apr 27, 2024
1 parent f74db20 commit a00f41b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
text-align: center;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/4.1.392/pdf.min.mjs"></script>
<script src="https://mozilla.github.io/pdf.js/build/pdf.mjs" type="module"></script>
<link rel="stylesheet" href="https://mozilla.github.io/pdf.js/web/viewer.css">
<script src="https://mozilla.github.io/pdf.js/web/viewer.mjs" type="module"></script>
</head>
<body>
<header>
Expand Down

0 comments on commit a00f41b

Please sign in to comment.