mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-16 21:23:00 +05:30
testing github copilot
This commit is contained in:
parent
dd8bbbbc55
commit
25a0890edb
@ -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>
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user