Skip to content

Commit 58f2b6b

Browse files
committed
testing
1 parent 69de7b4 commit 58f2b6b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ <h2>
7575
</div>
7676
</div>
7777
<!-- testing -->
78-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
78+
<!-- <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>
7981
<!-- <script src="node_modules/jquery/dist/jquery.js"></script> -->
8082
<script src="node_modules/tilt.js/src/tilt.jquery.js"></script>
8183
<!-- <script src="tilt.jquery.js" type="text/javascript"></script> -->
@@ -87,7 +89,7 @@ <h2>
8789
speed: 2000,
8890
glare: true,
8991
maxGlare: .5
90-
92+
9193
})
9294
}
9395
)

0 commit comments

Comments
 (0)