refactor: share splash screen project wide

This commit is contained in:
2025-10-26 13:34:55 +01:00
parent b7255b5576
commit d92d8abc77
7 changed files with 19 additions and 279 deletions
+8
View File
@@ -0,0 +1,8 @@
package shared
import (
_ "embed"
)
//go:embed splash_screen.html
var SplashScreenTemplate string