mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-07-02 00:13:36 +05:00
Add file icons
plus some fixes
This commit is contained in:
parent
5fd8fc6573
commit
f0ad3afff9
5 changed files with 67 additions and 14 deletions
8
icons.go
Normal file
8
icons.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
//go:embed icons/*.svg
|
||||
var iconsFS embed.FS
|
Loading…
Add table
Add a link
Reference in a new issue