From 0fdd13b7eae0f21f055ccccff5841085ea575089 Mon Sep 17 00:00:00 2001 From: jensmjahle <126790845+jensmjahle@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:48:01 +0200 Subject: [PATCH] Change main language for application to "no" --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a888544..9c28756 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="no"> <head> <meta charset="UTF-8"> - <link rel="icon" href="/favicon.ico"> + <link rel="icon" href="/pigIcon.ico"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Vite App</title> </head> -- GitLab