mirror of
https://github.com/rclone/rclone.git
synced 2024-11-09 01:55:19 +01:00
aab9aa8a2e
This works by compiling rclone to wasm and exporting the RC api to javascript.
12 lines
257 B
HTML
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>
|