From 0e1bb82944d40a6e7f5b0162df569cea41e66b75 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 7 Apr 2022 19:30:39 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Add=20lang=20to=20html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/index.pug b/frontend/index.pug index 57f3282..c7ad43e 100755 --- a/frontend/index.pug +++ b/frontend/index.pug @@ -1,4 +1,4 @@ -html +html(lang='en') head meta(charset='UTF-8') meta(name='viewport' content='width=device-width, initial-scale=1.0')