aboutsummaryrefslogblamecommitdiffhomepage
path: root/app/welcome.html
blob: 3fd2ed80aac7b5e6b1bdcae67a8cd3d04a7b8d14 (plain) (tree)






























                                                                  
<html>
<head>
    <title> Cloudron Surfer </title>

    <link rel="stylesheet" href="/settings/css/bootstrap.min.css">
    <link rel="stylesheet" href="/settings/css/style.css">

</head>
<body>

<div class="wrapper">
    <div class="content">
        <img src="/settings/img/logo.png"/>
        <h1> Cloudron Surfer </h1>
        <p>
            Upload some files using the commandline tool.
        </p>
        <pre>
npm -g install cloudron-surfer
surfer login http://test-foobar
surfer put [file]</pre>
        <br/>
        <br/>
        <br/>
        <br/>
        <br/>
    </div>
</div>

</body>
</html>