Skip to content

Commit

Permalink
fix: fix integrity for zero-md script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Mar 3, 2023
1 parent 9681a0d commit 748b439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- S3 Bucket Explorer Version: 1.11.4 -->
<!-- S3 Bucket Explorer Version: 1.11.5 -->

<!DOCTYPE html>
<html lang="en" style="overflow-y: auto;">
Expand Down Expand Up @@ -51,7 +51,7 @@
<script src="https://unpkg.com/[email protected]/dist/buefy.min.js" integrity="sha384-J9o3RORmJhOZllvo14aPtzAeqyZjQ2TXL/ufXY1QYXc2RMuH72o0je0H+X6XBRi/" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/buefy.min.css" integrity="sha384-QIdDkCURVg1BoIxyipzY5/NWEYfyx1pn30/Hmrbs12sHMf5XCrE2eWfQ2yafeoBy" crossorigin="anonymous">
<script src="https://unpkg.com/[email protected]/min/moment.min.js" integrity="sha384-Uz1UHyakAAz121kPY0Nx6ZGzYeUTy9zAtcpdwVmFCEwiTGPA2K6zSGgkKJEQfMhK" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js" type="module" integrity="sha384-f1ug+gSCwOxVLXGxfgjh0OxlJ5Q+r2BDQ56U7+BFP/TqwOULHy5f8eilkWTz62AE" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/zero-md@2.4.0/dist/zero-md.min.js" type="module" integrity="sha384-U3eQ8m7c4g0jOX9H+jodGDD0wlmItWNywe2VWPxoGr3DGq89yqNhUqmPhjMMyPgJ" crossorigin="anonymous"></script>
</head>

<body >
Expand Down

0 comments on commit 748b439

Please sign in to comment.