update readme

This commit is contained in:
Lowly 2024-09-15 11:40:10 +07:00 committed by GitHub
parent a60e5130cc
commit 771d97b5b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>