This commit is contained in:
parent
fed6f53663
commit
e7f2e9aee7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export function Layout(ctx: Context, page: AnyNode): AnyNode {
|
||||||
content: "width=device-width, initial-scale=1",
|
content: "width=device-width, initial-scale=1",
|
||||||
}),
|
}),
|
||||||
E("link", { rel: "stylesheet", href: "/styles/main.css" }),
|
E("link", { rel: "stylesheet", href: "/styles/main.css" }),
|
||||||
E("title", [], "Recipes"),
|
E("title", [], "Pleshevski"),
|
||||||
]),
|
]),
|
||||||
E("body", [], [
|
E("body", [], [
|
||||||
E("div", { id: "root" }, [page]),
|
E("div", { id: "root" }, [page]),
|
||||||
|
|
Loading…
Reference in a new issue