diff options
-rw-r--r-- | frontend/welcome.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/frontend/welcome.html b/frontend/welcome.html index 8031e27..d16dcef 100644 --- a/frontend/welcome.html +++ b/frontend/welcome.html | |||
@@ -1,8 +1,7 @@ | |||
1 | <html> | 1 | <html> |
2 | <head> | 2 | <head> |
3 | <title> Cloudron Surfer </title> | 3 | <title> Surfer </title> |
4 | 4 | ||
5 | <link rel="stylesheet" href="/_admin/css/bootstrap.min.css"> | ||
6 | <link rel="stylesheet" href="/_admin/css/style.css"> | 5 | <link rel="stylesheet" href="/_admin/css/style.css"> |
7 | 6 | ||
8 | </head> | 7 | </head> |
@@ -11,7 +10,7 @@ | |||
11 | <div class="wrapper"> | 10 | <div class="wrapper"> |
12 | <div class="content"> | 11 | <div class="content"> |
13 | <img src="/_admin/img/logo.png"/> | 12 | <img src="/_admin/img/logo.png"/> |
14 | <h2> Cloudron Surfer </h2> | 13 | <h2> Surfer </h2> |
15 | <p> | 14 | <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>. | 15 | <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> | 16 | </p> |