1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-07-04 16:30:12 +02:00

Merge pull request #541 from dhenry437/fix/bootstrap-icons

Fix for bootstrap icons
This commit is contained in:
Anthony Stirling 2023-12-19 13:59:05 +00:00 committed by GitHub
commit 816d874ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -36,6 +36,9 @@
<script src="js/thirdParty/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="css/bootstrap-icons.min.css">
<!-- PDF.js -->
<script src="pdfjs/pdf.js"></script>