diff options
Diffstat (limited to 'frontend/welcome.html')
-rw-r--r-- | frontend/welcome.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/frontend/welcome.html b/frontend/welcome.html new file mode 100644 index 0000000..8031e27 --- /dev/null +++ b/frontend/welcome.html | |||
@@ -0,0 +1,27 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title> Cloudron Surfer </title> | ||
4 | |||
5 | <link rel="stylesheet" href="/_admin/css/bootstrap.min.css"> | ||
6 | <link rel="stylesheet" href="/_admin/css/style.css"> | ||
7 | |||
8 | </head> | ||
9 | <body> | ||
10 | |||
11 | <div class="wrapper"> | ||
12 | <div class="content"> | ||
13 | <img src="/_admin/img/logo.png"/> | ||
14 | <h2> Cloudron Surfer </h2> | ||
15 | <p> | ||
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>. | ||
17 | </p> | ||
18 | <br/> | ||
19 | <br/> | ||
20 | <br/> | ||
21 | <br/> | ||
22 | <br/> | ||
23 | </div> | ||
24 | </div> | ||
25 | |||
26 | </body> | ||
27 | </html> | ||