Add herb emoji SVG favicon

This commit is contained in:
2026-03-08 23:31:55 -07:00
parent 7c94060542
commit 1ff44e4276
2 changed files with 4 additions and 0 deletions

3
nginx/html/favicon.svg Normal file
View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<text y=".9em" font-size="90">🌿</text>
</svg>

After

Width:  |  Height:  |  Size: 114 B

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sproutly</title> <title>Sproutly</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="stylesheet" href="/css/style.css" /> <link rel="stylesheet" href="/css/style.css" />
</head> </head>
<body> <body>