mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/1Panel-dev/1Panel.git
synced 2026-09-20 08:03:55 +08:00
16 lines
203 B
Go
16 lines
203 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html
|
|
var IndexHtml embed.FS
|
|
|
|
//go:embed all:assets
|
|
var Assets embed.FS
|
|
|
|
//go:embed favicon.png
|
|
var Favicon embed.FS
|
|
|
|
//go:embed static/*
|
|
var Static embed.FS
|