]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blame - app/welcome.html
Move admin ui to _admin to avoid less likely conflict
[perso/Immae/Projets/Nodejs/Surfer.git] / app / welcome.html
CommitLineData
c10e69bf
JZ
1<html>
2<head>
3 <title> Cloudron Surfer </title>
4
61e0b8e4
JZ
5 <link rel="stylesheet" href="/_admin/css/bootstrap.min.css">
6 <link rel="stylesheet" href="/_admin/css/style.css">
c10e69bf
JZ
7
8</head>
9<body>
10
11<div class="wrapper">
12 <div class="content">
61e0b8e4 13 <img src="/_admin/img/logo.png"/>
c10e69bf
JZ
14 <h1> Cloudron Surfer </h1>
15 <p>
16 Upload some files using the commandline tool.
17 </p>
18 <pre>
57d67dfb 19sudo npm -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>