mirror of
https://github.com/openziti/zrok.git
synced 2024-12-11 17:30:48 +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
|