mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 12:41:54 +03:00
9 lines
93 B
Go
9 lines
93 B
Go
package ui
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed */*.html */*.css */*.js
|
|
var StaticFiles embed.FS
|