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 69de7b4 commit 58f2b6bCopy full SHA for 58f2b6b
index.html
@@ -75,7 +75,9 @@ <h2>
75
</div>
76
77
<!-- testing -->
78
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
+ <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> -->
79
+ <script src="https://code.jquery.com/jquery-3.5.1.js"
80
+ integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>
81
<!-- <script src="node_modules/jquery/dist/jquery.js"></script> -->
82
<script src="node_modules/tilt.js/src/tilt.jquery.js"></script>
83
<!-- <script src="tilt.jquery.js" type="text/javascript"></script> -->
@@ -87,7 +89,7 @@ <h2>
87
89
speed: 2000,
88
90
glare: true,
91
maxGlare: .5
-
92
+
93
})
94
}
95
)
0 commit comments