Skip to content

Commit ccbfdfc

Browse files
authored
Update title and add SVG favicon in index.html
Updated the title and added SVG favicon in index.html.
1 parent f20f38b commit ccbfdfc

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>AgroSmart - Flutter UI Landing</title>
6+
<title>AgroSmart</title>
7+
<!-- SVG favicon -->
8+
<link rel="icon" type="image/svg+xml" href='data:image/svg+xml,
9+
%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"%3E
10+
%3Ctext x="8" y="52" font-size="52"%3E🌱%3C/text%3E
11+
%3C/svg%3E'>
12+
13+
<!-- Optional PNG fallback (replace with your own base64 PNG) -->
14+
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...">
15+
716
<style>
817
/* General Reset */
918
* {

0 commit comments

Comments
 (0)