]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/welcome.html
Rename app/ to frontend/
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / welcome.html
diff --git a/frontend/welcome.html b/frontend/welcome.html
new file mode 100644 (file)
index 0000000..8031e27
--- /dev/null
@@ -0,0 +1,27 @@
+<html>
+<head>
+    <title> Cloudron Surfer </title>
+
+    <link rel="stylesheet" href="/_admin/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/_admin/css/style.css">
+
+</head>
+<body>
+
+<div class="wrapper">
+    <div class="content">
+        <img src="/_admin/img/logo.png"/>
+        <h2> Cloudron Surfer </h2>
+        <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>.
+        </p>
+        <br/>
+        <br/>
+        <br/>
+        <br/>
+        <br/>
+    </div>
+</div>
+
+</body>
+</html>