Swap Bulma for DaisyUI (Tailwind) (#111)
This commit is contained in:
parent
fc5db0e95a
commit
c1e9baabe6
53 changed files with 1124 additions and 632 deletions
0
public/files/.gitkeep
Normal file
0
public/files/.gitkeep
Normal file
8
public/fs.go
Normal file
8
public/fs.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package files
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
//go:embed static
|
||||
var Static embed.FS
|
||||
BIN
public/static/favicon.png
Normal file
BIN
public/static/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 972 B |
BIN
public/static/gopher.png
Normal file
BIN
public/static/gopher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
public/static/logo.png
Normal file
BIN
public/static/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
2
public/static/main.css
Normal file
2
public/static/main.css
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue