Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Updated to latest jquery & jqueryui
  • Loading branch information
TManITtech authored Sep 15, 2024
1 parent 50666fe commit ec625a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
<link rel="icon" href="./Al_Hamichya_files/cookie.jpg" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="./Al_Hamichya_files/mainStyle.css">

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<!--
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.3/themes/smoothness/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.11.3/jquery-ui.min.js"></script>
<script src="https://code.jquery.com/ui/1.11.3/jquery-ui.min.js"></script> -->
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.14.0/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.14.0/jquery-ui.min.js"></script>

<style media="print" type="text/css">
body{
Expand Down

0 comments on commit ec625a2

Please sign in to comment.