Skip to content

Commit 10ad60f

Browse files
authored
Merge pull request #15 from angelonels/main
feat:better ui
2 parents 5bb5794 + 18f9f80 commit 10ad60f

3 files changed

Lines changed: 396 additions & 257 deletions

File tree

client/index.html

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
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>

0 commit comments

Comments
 (0)