Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
crazystuffxyz authored Feb 17, 2025
1 parent a32e901 commit 91e45dd
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
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SimpleJS - The best JavaScript simplifier</title>
<!-- Ace Editor CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.14/ace.js" integrity="sha512-mBhdQuF20KjtSsZODvBg1flAzgF5s+6+om/wL7Uy1N70BrnG0Yd7eFAUuToL+5Q2W31Zc0s05wcklH8z8c+0mA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- Ace Editor CDN (integrity attribute removed) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.14/ace.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<style>
/* Global Styles */
body {
Expand Down

0 comments on commit 91e45dd

Please sign in to comment.