]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blob - app/welcome.html
Dynamically use HOSTNAME in welcome screen
[perso/Immae/Projets/Nodejs/Surfer.git] / app / welcome.html
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 <%= appUrl %>
21 surfer put [file]</pre>
22 <br/>
23 <br/>
24 <br/>
25 <br/>
26 <br/>
27 </div>
28 </div>
29
30 </body>
31 </html>