dkdaniz commited on
Commit
dd14303
1 Parent(s): 2f09c43

Update localGPTUI/templates/home.html

Browse files
Files changed (1) hide show
  1. localGPTUI/templates/home.html +3 -6
localGPTUI/templates/home.html CHANGED
@@ -7,12 +7,9 @@
7
  <!-- Bootstrap CSS -->
8
 
9
  <link rel="icon" type="image" href="static\social_icons\favicon.png" />
10
- <script src="static\dependencies\jquery\3.6.0\jquery.min.js"></script>
11
- <script src="static\dependencies\bootstrap-5.1.3-dist\js\bootstrap.min.js"></script>
12
- <link
13
- rel="stylesheet"
14
- href="static\dependencies\bootstrap-5.1.3-dist\css\bootstrap.min.css"
15
- />
16
 
17
  <title>localGPT</title>
18
  </head>
 
7
  <!-- Bootstrap CSS -->
8
 
9
  <link rel="icon" type="image" href="static\social_icons\favicon.png" />
10
+ <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
11
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
12
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
 
 
 
13
 
14
  <title>localGPT</title>
15
  </head>