aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/welcome.html
blob: ddc9c366243b2b3a58de820c519730ae357dcfb3 (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
27
<html>
<head>
    <title> Surfer - Welcome</title>

    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

    <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>