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");...@@ -4,8 +4,8 @@ const pek = @import("pek");
4const example_document =4const example_document =
5 \\html[lang="en"](5 \\html[lang="en"](
6 \\ head(6 \\ head(
7 \\ meta[charset="utf-8"]
7 \\ title("Pek Example")8 \\ title("Pek Example")
8 \\ meta[charset="UTF-8"]
9 \\ meta[name="viewport" content="width=device-width,initial-scale=1"]9 \\ meta[name="viewport" content="width=device-width,initial-scale=1"]
10 \\ )10 \\ )
11 \\ body(11 \\ body(