We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20f38b commit ccbfdfcCopy full SHA for ccbfdfc
1 file changed
index.html
@@ -3,7 +3,16 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>AgroSmart - Flutter UI Landing</title>
+ <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
16
<style>
17
/* General Reset */
18
* {
0 commit comments