Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkws authored Oct 9, 2024
1 parent d75ae92 commit 24e6f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textDifference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Text Diff Tool</title>
<script src="https://unpkg.com/diff-match-patch@1.0.5/index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/diff-match-patch/+esm"></script>
<script src="script.js" defer></script>
<script src="https://cdn.tailwindcss.com"></script>
</head>
Expand Down

0 comments on commit 24e6f52

Please sign in to comment.