We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d2683 commit eb4d4aeCopy full SHA for eb4d4ae
index.php
@@ -93,7 +93,10 @@ function spans($list) {
93
<footer><a id="built" href="https://twitter.com/rem">@rem built this</a></footer>
94
</section>
95
<a id="forkme" href="https://github.com/remy/html5demos"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png" alt="Fork me on GitHub" /></a>
96
-<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+<script
97
+ src="https://code.jquery.com/jquery-1.12.4.min.js"
98
+ integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
99
+ crossorigin="anonymous"></script>
100
<script>
101
(function() {
102
0 commit comments