fix: change title

This commit is contained in:
Dmitriy Pleshevskiy 2022-03-22 21:52:26 +03:00
parent f89b159fe6
commit 378a2e093e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export function Layout(page: AnyNode): Elem {
rel: "stylesheet",
href: "/static/styles.css",
}),
E("title", "hello world"),
E("title", "pleshevski"),
]),
E("body", [div({ id: "root" }, page), config.isDev && HotReloadScript()]),
]);