mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 12:52:09 +01:00
Adds favicon and manifest
Adds favicon and web manifest to improve the app's installability and appearance as a Progressive Web App (PWA). Also adds `.gitignore` entries for the parser output directories.
This commit is contained in:
6
public/favicon-simple.svg
Normal file
6
public/favicon-simple.svg
Normal file
@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||
<!-- Simple version for favicon.ico generation -->
|
||||
<circle cx="16" cy="16" r="15" fill="#3b82f6" />
|
||||
<path d="M10,22 L10,16 L13,16 L13,22 Z M15,22 L15,12 L18,12 L18,22 Z M20,22 L20,14 L23,14 L23,22 Z" fill="white" />
|
||||
<text x="9.5" y="10" fill="white" font-family="Arial" font-weight="bold" font-size="13">LD</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 421 B |
Reference in New Issue
Block a user