/
githubmirror
/
rclone
Обзор
Документация
Войти
/
githubmirror
/
rclone
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
fs/rc/js/index.html
11 строк
257 B
Nick Craig-Wood
js: add experimental interface for integrating rclone into browsers
10 авг 2020, 19:32
10 авг 2020, 19:32
aab9aa8
Код
Авторство
О чём код?
<!doctype html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Rclone</title> </head> <body> <script src="loader.js"></script> <p>Welcome to rclone - check the console</p> </body> </html>