diff --git a/assets.go b/assets.go index 0571729..96ea09f 100644 --- a/assets.go +++ b/assets.go @@ -15,6 +15,7 @@ const httpAssetPrefix = "/__llassets/" type SplashModel struct { Name string + CID string WaitForCode int WaitForPath string } diff --git a/assets/splash.css b/assets/splash.css index ecf9143..fef2bdd 100644 --- a/assets/splash.css +++ b/assets/splash.css @@ -70,10 +70,13 @@ body { .message { margin: 16px; - font-size: 1.6em; - font-weight: bold; color: #333; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); + text-align: center; +} + +.message h1,h2,h3 { + margin: 8px; } .square { diff --git a/assets/splash.html b/assets/splash.html index 7e80245..f10455a 100644 --- a/assets/splash.html +++ b/assets/splash.html @@ -22,7 +22,8 @@
- Starting {{.Name}} +

Starting {{.Name}}

+

{{.CID}}