Emmanuel Frimpong Asante commited on
Commit
990e191
·
1 Parent(s): a4c6ef9

update space

Browse files
.idea/Generative_AI_with_poultry_disease_detection_system_v2.iml CHANGED
@@ -6,6 +6,7 @@
6
  </content>
7
  <orderEntry type="jdk" jdkName="Python 3.12 (Generative_AI_with_poultry_disease_detection_system_v2)" jdkType="Python SDK" />
8
  <orderEntry type="sourceFolder" forTests="false" />
 
9
  </component>
10
  <component name="PackageRequirementsSettings">
11
  <option name="removeUnused" value="true" />
 
6
  </content>
7
  <orderEntry type="jdk" jdkName="Python 3.12 (Generative_AI_with_poultry_disease_detection_system_v2)" jdkType="Python SDK" />
8
  <orderEntry type="sourceFolder" forTests="false" />
9
+ <orderEntry type="library" name="jquery-3.6.0" level="application" />
10
  </component>
11
  <component name="PackageRequirementsSettings">
12
  <option name="removeUnused" value="true" />
templates/landing.html CHANGED
@@ -4,7 +4,7 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>Poultry Management System</title>
7
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/css/adminlte.min.css">
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
9
  <style>
10
  .hero-section {
@@ -81,6 +81,6 @@
81
  </div>
82
 
83
  <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
84
- <script src="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/js/adminlte.min.js"></script>
85
  </body>
86
  </html>
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>Poultry Management System</title>
7
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.2/dist/css/adminlte.min.css">
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
9
  <style>
10
  .hero-section {
 
81
  </div>
82
 
83
  <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
84
+ <script src="https://cdn.jsdelivr.net/npm/admin-lte@3.2/dist/js/adminlte.min.js"></script>
85
  </body>
86
  </html>