authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-07 00:44:27 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-07 00:44:27 -07:00
log316a6f025a119bd0084f4c814584cb4fcee28bcc
tree0cc2af30cea0958b788ba477148276cc75cb7195
parentfc91e20a929580012b00146244103b3fb38b26ff

example- fix charset placement


1 files changed, 1 insertions(+), 1 deletions(-)

src/main.zig+1-1
......@@ -4,8 +4,8 @@ const pek = @import("pek");
44const example_document =
55 \\html[lang="en"](
66 \\ head(
7 \\ meta[charset="utf-8"]
78 \\ title("Pek Example")
8 \\ meta[charset="UTF-8"]
99 \\ meta[name="viewport" content="width=device-width,initial-scale=1"]
1010 \\ )
1111 \\ body(