File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en ">
3- < head >
4- < meta charset ="UTF-8 " />
5- < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < meta name ="description " content ="AI-powered crop disease identification from leaf images. 100% offline, on-device inference. " />
8- < title > Crop Disease Identifier</ title >
9- </ head >
10- < body >
11- < div id ="root "> </ div >
12- < script type ="module " src ="/src/main.tsx "> </ script >
13- </ body >
14- </ html >
3+
4+ < head >
5+ < meta charset ="UTF-8 " />
6+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8+ < meta name ="description "
9+ content ="AI-powered crop disease identification from leaf images. 100% offline, on-device inference. " />
10+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
11+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
12+ < link href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap " rel ="stylesheet " />
13+ < title > Crop Disease Identifier</ title >
14+ </ head >
15+
16+ < body >
17+ < div id ="root "> </ div >
18+ < script type ="module " src ="/src/main.tsx "> </ script >
19+ </ body >
20+
21+ </ html >
You can’t perform that action at this time.
0 commit comments