mirror of
https://github.com/openziti/zrok.git
synced 2024-11-23 08:33:52 +01:00
7 lines
75 B
Go
7 lines
75 B
Go
package notfound_ui
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html
|
|
var FS embed.FS
|