favicon
This commit is contained in:
5
apps/ui/static/favicon.svg
Normal file
5
apps/ui/static/favicon.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<path d="M50 15 L85 45 L85 85 L15 85 L15 45 Z" fill="#667eea" stroke="#4c51bf" stroke-width="2"/>
|
||||
<rect x="35" y="55" width="15" height="30" fill="#4c51bf"/>
|
||||
<rect x="60" y="55" width="15" height="20" fill="#fbbf24"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 294 B |
@@ -4,6 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Home Automation</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user