Update view-pdf.html

This commit is contained in:
Anthony Stirling
2024-03-22 18:15:10 +00:00
committed by GitHub
parent e2bd73dbf3
commit 3800e3e465

View File

@@ -35,7 +35,7 @@ See https://github.com/adobe-type-tools/cmap-resources
<link rel="resource" type="application/l10n" th:href="@{pdfjs/locale/locale.properties}">
<script th:src="@{pdfjs/pdf.js}" type="module"></script>
<link rel="stylesheet" th:href="@{/pdfjs/css/viewer.css}">
<link rel="stylesheet" th:href="@{pdfjs/css/viewer.css}">
<script th:src="@{pdfjs/js/viewer.js}" type="module"></script>
</head>