From 2d1d0d4ae5ac5ceaec6df1877d0fcc080ca41b6f Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 8 Aug 2021 20:42:45 -0700 Subject: [PATCH] remove corgi code --- src/lib.zig | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/lib.zig b/src/lib.zig index 271d6e7203f25b75f68f0501eb722ff587a53638..35a0f4436ffd9d3928ca3e900d441a0f6cae1da8 100644 --- a/src/lib.zig +++ b/src/lib.zig @@ -6,22 +6,6 @@ //! Loosely inspired by Pug //! https://pugjs.org/api/getting-started.html -// // document.corgi -// doctype html -// html[lang="en"]( -// head( -// title("Corgi Example") -// meta[charset="UTF-8"] -// meta[name="viewport",content="width=device-width,initial-scale=1"] -// ) -// body( -// h1("Corgi Example") -// hr -// p("This is an example HTML document written in "a[href="https://github.com/corgi-lang/corgi"]("Corgi")".") -// p("Follow Nektro on Twitter @Nektro") -// ) -// ) - const std = @import("std"); const range = @import("range").range; const htmlentities = @import("htmlentities"); -- 2.54.0