diff options
Diffstat (limited to 'kittybox-rs/templates/src/onboarding.rs')
-rw-r--r-- | kittybox-rs/templates/src/onboarding.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kittybox-rs/templates/src/onboarding.rs b/kittybox-rs/templates/src/onboarding.rs index 5a9f226..e2f07df 100644 --- a/kittybox-rs/templates/src/onboarding.rs +++ b/kittybox-rs/templates/src/onboarding.rs @@ -29,7 +29,11 @@ markup::define! { @markup::raw("<!-- do cats even have souls? I'm not sure. But this code won't steal their souls anyway. -->") } hr; - p { "In other words: " b { "please enable JavaScript for this page to work properly." } small { "sorry T__T" } } + p { + "In other words: " + b { "please enable JavaScript for this page to work properly." } + small { "sorry T__T" } + } } ul #progressbar[style="display: none"] { li #intro { "Introduction" } |