hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 5dc63aecaaff2767ccf1270c952aac5c5a8407be
parent a3f73c5e85adb4d9588bd1c8de144c1cb80883b6
Author: Byron Torres <b@torresjrjr.com>
Date:   Mon, 17 Jan 2022 10:35:01 +0000

cmd/haredoc: -Fhtml: add viewport meta

Signed-off-by: Byron Torres <b@torresjrjr.com>

Diffstat:
Mcmd/haredoc/html.ha | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cmd/haredoc/html.ha b/cmd/haredoc/html.ha @@ -739,6 +739,7 @@ fn head(ident: ast::ident) (void | error) = { fmt::printfln("<!doctype html> <html lang='en'> <meta charset='utf-8' /> +<meta name='viewport' content='width=device-width, initial-scale=1' /> <title>{}</title>", title)?; fmt::println("<style> body {