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 12dc75e commit 4d4e697Copy full SHA for 4d4e697
index.html
@@ -76,8 +76,9 @@ <h2>
76
</div>
77
<!-- testing -->
78
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
79
- <script src="node_modules/jquery/dist/jquery.js"></script>
80
- <script src="node_modules/tilt.js/src/tilt.jquery.js"></script>
+ <!-- <script src="node_modules/jquery/dist/jquery.js"></script> -->
+ <!-- <script src="node_modules/tilt.js/src/tilt.jquery.js"></script> -->
81
+ <script src="tilt.jquery.js"></script>
82
<script type="text/javascript">
83
$(document).ready(function () {
84
$('.box').tilt({
0 commit comments