mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-06 22:59:44 +00:00
17 lines
432 B
Go
17 lines
432 B
Go
/*
|
|
* @Author: LinkLeong link@icewhale.com
|
|
* @Date: 2022-06-23 17:28:51
|
|
* @LastEditors: LinkLeong
|
|
* @LastEditTime: 2022-06-23 17:28:54
|
|
* @FilePath: /CasaOS/web/static.go
|
|
* @Description:
|
|
* @Website: https://www.casaos.io
|
|
* Copyright (c) 2022 by icewhale, All Rights Reserved.
|
|
*/
|
|
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html favicon.svg browserconfig.xml site.webmanifest robots.txt img js fonts css
|
|
var Static embed.FS
|