diff options
Diffstat (limited to 'app/welcome.html')
-rw-r--r-- | app/welcome.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app/welcome.html b/app/welcome.html new file mode 100644 index 0000000..3fd2ed8 --- /dev/null +++ b/app/welcome.html | |||
@@ -0,0 +1,31 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title> Cloudron Surfer </title> | ||
4 | |||
5 | <link rel="stylesheet" href="/settings/css/bootstrap.min.css"> | ||
6 | <link rel="stylesheet" href="/settings/css/style.css"> | ||
7 | |||
8 | </head> | ||
9 | <body> | ||
10 | |||
11 | <div class="wrapper"> | ||
12 | <div class="content"> | ||
13 | <img src="/settings/img/logo.png"/> | ||
14 | <h1> Cloudron Surfer </h1> | ||
15 | <p> | ||
16 | Upload some files using the commandline tool. | ||
17 | </p> | ||
18 | <pre> | ||
19 | npm -g install cloudron-surfer | ||
20 | surfer login http://test-foobar | ||
21 | surfer put [file]</pre> | ||
22 | <br/> | ||
23 | <br/> | ||
24 | <br/> | ||
25 | <br/> | ||
26 | <br/> | ||
27 | </div> | ||
28 | </div> | ||
29 | |||
30 | </body> | ||
31 | </html> | ||