faq.html 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="description" content="A pomf-like file uploading service that doesn't suck.">
  5. <meta name="keywords" content="upload,lolisafe,file,images,hosting">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <link rel="apple-touch-icon" sizes="180x180" href="https://lolisafe.moe/images/icons/apple-touch-icon.png?v=XBreOJMe24">
  9. <link rel="icon" type="image/png" href="https://lolisafe.moe/images/icons/favicon-32x32.png?v=XBreOJMe24" sizes="32x32">
  10. <link rel="icon" type="image/png" href="https://lolisafe.moe/images/icons/favicon-16x16.png?v=XBreOJMe24" sizes="16x16">
  11. <link rel="manifest" href="https://lolisafe.moe/images/icons/manifest.json?v=XBreOJMe24">
  12. <link rel="mask-icon" href="https://lolisafe.moe/images/icons/safari-pinned-tab.svg?v=XBreOJMe24" color="#5bbad5">
  13. <link rel="shortcut icon" href="https://lolisafe.moe/images/icons/favicon.ico?v=XBreOJMe24">
  14. <meta name="apple-mobile-web-app-title" content="lolisafe">
  15. <meta name="application-name" content="lolisafe">
  16. <meta name="msapplication-config" content="https://lolisafe.moe/images/icons/browserconfig.xml?v=XBreOJMe24">
  17. <meta name="theme-color" content="#ffffff">
  18. <meta property="og:url" content="https://lolisafe.moe" />
  19. <meta property="og:type" content="website" />
  20. <meta property="og:title" content="lolisafe.moe | A small safe worth protecting." />
  21. <meta property="og:description" content="A pomf-like file uploading service that doesn't suck." />
  22. <meta property="og:image" content="http://lolisafe.moe/images/logo_square.png" />
  23. <meta property="og:image:secure_url" content="https://lolisafe.moe/images/logo_square.png" />
  24. <meta name="twitter:card" content="summary">
  25. <meta name="twitter:title" content="lolisafe.moe | A small safe worth protecting.">
  26. <meta name="twitter:description" content="A pomf-like file uploading service that doesn't suck.">
  27. <meta name="twitter:image" content="https://listen.moe/files/images/logo_square.png">
  28. <meta name="twitter:image:src" content="https://lolisafe.moe/images/logo_square.png">
  29. <title>lolisafe - A small safe worth protecting.</title>
  30. <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.3.0/css/bulma.min.css">
  31. <link rel="stylesheet" type="text/css" href="/css/style.css">
  32. </head>
  33. <body>
  34. <section class="hero is-fullheight has-text-centered" id="home">
  35. <div class="hero-body">
  36. <div class="container has-text-left">
  37. <h2 class='subtitle'>What is lolisafe?</h2>
  38. <article class="message">
  39. <div class="message-body">
  40. lolisafe is an easy to use, open source and completely free file upload service. We accept your files, photos, documents, anything, and give you back a shareable link for you to send to others.
  41. </div>
  42. </article>
  43. <h2 class='subtitle'>Will you keep my files forever?</h2>
  44. <article class="message">
  45. <div class="message-body">
  46. Unless we receive a copyright complain or some other bullshit, we will.
  47. </div>
  48. </article>
  49. <h2 class='subtitle'>How can I keep track of my uploads?</h2>
  50. <article class="message">
  51. <div class="message-body">
  52. Simply create a user on the site and every upload will be associated with your account, granting you access to your uploaded files through our dashboard.
  53. </div>
  54. </article>
  55. <h2 class='subtitle'>What are albums?</h2>
  56. <article class="message">
  57. <div class="message-body">
  58. Albums are a simple way of sorting uploads together. Right now you can create albums through the dashboard and use them only with <a target="_blank" href="https://chrome.google.com/webstore/detail/lolisafe-uploader/enkkmplljfjppcdaancckgilmgoiofnj">our chrome extension</a> which will enable you to <strong>right click -> send to lolisafe</strong> or to a desired album if you have any.
  59. </div>
  60. </article>
  61. <h2 class='subtitle'>Why should I use this?</h2>
  62. <article class="message">
  63. <div class="message-body">
  64. There are too many file upload services out there, and a lot of them rely on the foundations of pomf which is ancient. In a desperate and unsuccessful attempt of finding a good file uploader that's easily extendable, lolisafe was born. We give you control over your files, we give you a way to sort your uploads into albums for ease of access and we give you an api to use with ShareX or any other thing that let's you make POST requests. Awesome isn't it? Just like you.
  65. </div>
  66. </article>
  67. </div>
  68. </div>
  69. </section>
  70. </body>
  71. </html>