mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 13:36:59 +01:00
Add title and topbar
This commit is contained in:
parent
124239925d
commit
fca87a4263
5 changed files with 14 additions and 10 deletions
|
|
@ -5,8 +5,10 @@ object RootLayout:
|
|||
htmlRootTag(
|
||||
lang := "en",
|
||||
headTag(
|
||||
metaTag(charset := "utf-8"),
|
||||
scriptTag(defer := true, typ := "text/javascript", src := "/static/app.js")
|
||||
metaTag(charset := "utf-8"),
|
||||
metaTag(nameAttr := "viewport", contentAttr := "width=device-width, initial-scale=1"),
|
||||
scriptTag(defer := true, typ := "text/javascript", src := "/static/app.js"),
|
||||
titleTag("Scalive Example")
|
||||
),
|
||||
bodyTag(
|
||||
content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue