index.html 244 B

123456789101112131415
  1. <html>
  2. <head>
  3. <title> Welcome </title>
  4. </head>
  5. <body>
  6. <h4>This works!</h4>
  7. <p>
  8. Use the <a href="https://cloudron.io/references/cli.html">cloudron</a> commandline tool to put files in this app or get a remote terminal.
  9. </p>
  10. </body>
  11. </html>