add missing bootstrap icons link in head
This commit is contained in:
parent
168ef747de
commit
b66f86f7cc
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue