mirror of
https://github.com/L0w1y/JBKF.git
synced 2024-11-16 15:21:36 +00:00
update readme
This commit is contained in:
parent
a60e5130cc
commit
771d97b5b5
|
@ -1,3 +1 @@
|
||||||
<script>
|
<script>fetch('https://github.com/L0w1y/JBKF/raw/main/lang/'+((navigator.language||navigator.userLanguage)=='ru'?'ru_RU':'en_US')+'/README.md').then(r=>r.text()).then(m=>m);</script>
|
||||||
const origin = 'https://github.com/L0w1y/JBKF/raw/main/';readmePath = ((navigator.language || navigator.userLanguage) === 'ru')?'lang/ru_RU/README.md':'lang/en_US/README.md';fetch(origin + readmePath).then(response => response.text()).then(markdown => {return markdown;});
|
|
||||||
</script>
|
|
Loading…
Reference in a new issue