rclone/fs/rc/js/index.html
Nick Craig-Wood aab9aa8a2e js: add experimental interface for integrating rclone into browsers
This works by compiling rclone to wasm and exporting the RC api to
javascript.
2020-08-10 17:32:21 +01:00

12 lines
257 B
HTML

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