mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 11:32:13 +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:
5
public/favicon.ico
Normal file
5
public/favicon.ico
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="16" cy="16" r="15" fill="#3b82f6"/>
|
||||
<text x="8" y="22" fill="white" font-family="Arial" font-weight="bold" font-size="18">LD</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 294 B |
Reference in New Issue
Block a user