mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
13 lines
160 B
Go
13 lines
160 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html
|
|
var IndexHtml embed.FS
|
|
|
|
//go:embed assets/*
|
|
var Assets embed.FS
|
|
|
|
//go:embed favicon.png
|
|
var Favicon embed.FS
|