| author | |
| committer | |
| log | 316a6f025a119bd0084f4c814584cb4fcee28bcc |
| tree | 0cc2af30cea0958b788ba477148276cc75cb7195 |
| parent | fc91e20a929580012b00146244103b3fb38b26ff |
1 files changed, 1 insertions(+), 1 deletions(-)
src/main.zig+1-1| ... | ... | @@ -4,8 +4,8 @@ const pek = @import("pek"); |
| 4 | 4 | const example_document = |
| 5 | 5 | \\html[lang="en"]( |
| 6 | 6 | \\ head( |
| 7 | \\ meta[charset="utf-8"] | |
| 7 | 8 | \\ title("Pek Example") |
| 8 | \\ meta[charset="UTF-8"] | |
| 9 | 9 | \\ meta[name="viewport" content="width=device-width,initial-scale=1"] |
| 10 | 10 | \\ ) |
| 11 | 11 | \\ body( |