change forge source

This commit is contained in:
Mylloon 2022-10-28 01:04:58 +02:00
parent 421e72d3a3
commit 5b57ab7e2e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -29,13 +29,7 @@
<p>NPNO</p> <p>NPNO</p>
</footer> </footer>
<script <script src="https://unpkg.com/node-forge@1.0.0/dist/forge.min.js"></script>
src="https://cdnjs.cloudflare.com/ajax/libs/forge/1.3.1/forge.min.js"
integrity="sha512-95iy0RZIbw3H/FgfAj2wnCQJlzFQ+eaSfUeV/l8WVyGHKSRMzm3M/O+85j9ba/HFphkijrCTDjcuDX0BL2lthA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script type="module" src="../js/main.js"></script> <script type="module" src="../js/main.js"></script>
</body> </body>
</html> </html>