]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blame - app/welcome.html
Dynamically use HOSTNAME in welcome screen
[perso/Immae/Projets/Nodejs/Surfer.git] / app / welcome.html
CommitLineData
c10e69bf
JZ
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>
19npm -g install cloudron-surfer
9f18a84b 20surfer login <%= appUrl %>
c10e69bf
JZ
21surfer put [file]</pre>
22 <br/>
23 <br/>
24 <br/>
25 <br/>
26 <br/>
27 </div>
28</div>
29
30</body>
31</html>