diff options
author | EuAndreh <eu@euandre.org> | 2024-10-21 07:39:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-21 17:17:17 -0300 |
commit | d45cf0d708bc739b6478e741c964da2e64e3d874 (patch) | |
tree | a62b03cb31f8f3fe9dc1f4b94ab8a0f5669bb5b3 /deps.mk | |
parent | src/content/img/: Add favicon and logo SVGs (diff) | |
download | chat.papo.im-d45cf0d708bc739b6478e741c964da2e64e3d874.tar.gz chat.papo.im-d45cf0d708bc739b6478e741c964da2e64e3d874.tar.xz |
Init work on offline support and tests
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +img.svg = \ + src/content/img/favicon.svg \ + src/content/img/logo/dark.svg \ + src/content/img/logo/light.svg \ + |