aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/welcome.html
blob: d16dcefdf30e7c0ebdc0c3578e0773288247f379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
    <title> Surfer </title>

    <link rel="stylesheet" href="/_admin/css/style.css">

</head>
<body>

<div class="wrapper">
    <div class="content">
        <img src="/_admin/img/logo.png"/>
        <h2> Surfer </h2>
        <p>
            <a href="/_admin">Manage your files in your browser</a> or use the <a href="https://www.npmjs.com/package/cloudron-surfer">commandline tool</a>.
        </p>
        <br/>
        <br/>
        <br/>
        <br/>
        <br/>
    </div>
</div>

</body>
</html>