testing github copilot

This commit is contained in:
Midou36O 2022-06-22 00:01:35 +01:00
parent dd8bbbbc55
commit 25a0890edb
Signed by untrusted user: midou
GPG Key ID: 08063D5407090BC2
2 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,14 @@
await loadTranslations(initLocale, pathname); // keep this just before the `return`
// firefox
// https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language
// chrome
// https://developer.chrome.com/extensions/i18n#overview-getAcceptLanguages
// edge
// https://msdn.microsoft.com/en-us/library/hh869301(v=vs.85).aspx
return {};
}
</script>

View File

@ -61,6 +61,8 @@ onclick='document.getElementById("Active").style.display ="block"; document.getE
align-items: center;
}
/* this is a hack to make the grid work, need to improve this */
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }