-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 891 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (25 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KrishiLogix — Farm to Fork, Fair & Traceable</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Work+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="headbar">
<div class="brand" onclick="navigate('landing')">
<div class="brand-mark">🌾</div>
<div class="brand-name">KrishiLogix</div>
</div>
<div class="head-right" id="headRight"></div>
</div>
</header>
<main id="app"></main>
<div id="toast"></div>
<script src="script.js"></script>
</body>
</html>