/
mkudmi
/
RUF-API-Platform
Обзор
Документация
Войти
/
mkudmi
/
RUF-API-Platform
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
github
index.html
13 строк
369 B
mkudmi
feat: update UI text to English and improve font usage across components
03 фев 2026, 23:09
03 фев 2026, 23:09
0b3da52
Код
Авторство
О чём код?
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>RUF API Platform</title> </head> <body> <div id="root"></div> <script type="module" src="/src/app/main.tsx"></script> </body> </html>