Skip to content

Commit 7af4589

Browse files
committed
testing
1 parent 6ce7c4b commit 7af4589

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,13 @@ <h2>
7575
</div>
7676
</div>
7777
<!-- testing -->
78-
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> -->
7978
<script src="https://code.jquery.com/jquery-3.5.1.js"
8079
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>
81-
<!-- <script src="node_modules/jquery/dist/jquery.js"></script> -->
80+
<script src="https://www.unpkg.com/browse/vanilla-tilt@1.7.0/lib/vanilla-tilt.js"></script>
81+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
82+
<script src="node_modules/jquery/dist/jquery.js"></script>
8283
<script src="node_modules/tilt.js/src/tilt.jquery.js" type="text/javascript"></script>
83-
<!-- <script src="tilt.jquery.js" type="text/javascript"></script> -->
84+
<script src="tilt.jquery.js" type="text/javascript"></script>
8485
<script type="text/javascript">
8586
$(document).ready(function () {
8687
$('.box').tilt({

0 commit comments

Comments
 (0)