diff options
author | Johannes Zellner <johannes@cloudron.io> | 2018-05-17 15:08:44 +0200 |
---|---|---|
committer | Johannes Zellner <johannes@cloudron.io> | 2018-05-17 15:08:44 +0200 |
commit | ddd8caef757c203e51fef65006e3066df90760a9 (patch) | |
tree | 2c699dd4bdaa9a6e0ee70669aef8266e107c8d1c /frontend | |
parent | 4f9464ebdcfe0ded9141853a3757bec9a30e7bb7 (diff) | |
download | Surfer-ddd8caef757c203e51fef65006e3066df90760a9.tar.gz Surfer-ddd8caef757c203e51fef65006e3066df90760a9.tar.zst Surfer-ddd8caef757c203e51fef65006e3066df90760a9.zip |
Remove bootstrap from welcome page
Diffstat (limited to 'frontend')
-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> |