]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blame - frontend/welcome.html
Rename app/ to frontend/
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / 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"/>
470f83e7 14 <h2> Cloudron Surfer </h2>
c10e69bf 15 <p>
470f83e7 16 <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>.
c10e69bf 17 </p>
c10e69bf
JZ
18 <br/>
19 <br/>
20 <br/>
21 <br/>
22 <br/>
23 </div>
24</div>
25
26</body>
27</html>