Commit ddd8caef by Johannes Zellner

Remove bootstrap from welcome page

1 parent 4f9464eb
Showing with 2 additions and 3 deletions
<html> <html>
<head> <head>
<title> Cloudron Surfer </title> <title> Surfer </title>
<link rel="stylesheet" href="/_admin/css/bootstrap.min.css">
<link rel="stylesheet" href="/_admin/css/style.css"> <link rel="stylesheet" href="/_admin/css/style.css">
</head> </head>
...@@ -11,7 +10,7 @@ ...@@ -11,7 +10,7 @@
<div class="wrapper"> <div class="wrapper">
<div class="content"> <div class="content">
<img src="/_admin/img/logo.png"/> <img src="/_admin/img/logo.png"/>
<h2> Cloudron Surfer </h2> <h2> Surfer </h2>
<p> <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>. <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> </p>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!