authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-08 20:42:45 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-08 20:42:45 -07:00
log2d1d0d4ae5ac5ceaec6df1877d0fcc080ca41b6f
treec83aaa31630fbfdc4e0dba183fab0a49d852d5e9
parent5ff076490192e777e8f2dd3bdb712622abb30faa

remove corgi code


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

src/lib.zig-16
...@@ -6,22 +6,6 @@...@@ -6,22 +6,6 @@
6//! Loosely inspired by Pug6//! Loosely inspired by Pug
7//! https://pugjs.org/api/getting-started.html7//! https://pugjs.org/api/getting-started.html
88
9// // document.corgi
10// doctype html
11// html[lang="en"](
12// head(
13// title("Corgi Example")
14// meta[charset="UTF-8"]
15// meta[name="viewport",content="width=device-width,initial-scale=1"]
16// )
17// body(
18// h1("Corgi Example")
19// hr
20// p("This is an example HTML document written in "a[href="https://github.com/corgi-lang/corgi"]("Corgi")".")
21// p("Follow Nektro on Twitter @Nektro")
22// )
23// )
24
25const std = @import("std");9const std = @import("std");
26const range = @import("range").range;10const range = @import("range").range;
27const htmlentities = @import("htmlentities");11const htmlentities = @import("htmlentities");