2017-01-15 02:36:24 +01:00
<!DOCTYPE html>
< html >
< head >
2017-01-31 08:21:15 +01:00
< meta name = "description" content = "A pomf-like file uploading service that doesn't suck." >
< meta name = "keywords" content = "upload,lolisafe,file,images,hosting" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2017-01-31 08:29:50 +01:00
< link rel = "apple-touch-icon" sizes = "180x180" href = "/images/icons/apple-touch-icon.png?v=XBreOJMe24" >
< link rel = "icon" type = "image/png" href = "/images/icons/favicon-32x32.png?v=XBreOJMe24" sizes = "32x32" >
< link rel = "icon" type = "image/png" href = "/images/icons/favicon-16x16.png?v=XBreOJMe24" sizes = "16x16" >
< link rel = "manifest" href = "/images/icons/manifest.json?v=XBreOJMe24" >
< link rel = "mask-icon" href = "/images/icons/safari-pinned-tab.svg?v=XBreOJMe24" color = "#5bbad5" >
< link rel = "shortcut icon" href = "/images/icons/favicon.ico?v=XBreOJMe24" >
< meta name = "apple-mobile-web-app-title" content = "lolisafe" >
< meta name = "application-name" content = "lolisafe" >
< meta name = "msapplication-config" content = "/images/icons/browserconfig.xml?v=XBreOJMe24" >
< meta name = "theme-color" content = "#ffffff" >
2017-01-31 08:21:15 +01:00
< meta content = "width=device-width,initial-scale=1.0,maximum-scale=1.0" name = "viewport" >
< meta property = "og:url" content = "https://lolisafe.moe" / >
< meta property = "og:type" content = "website" / >
< meta property = "og:title" content = "lolisafe.moe | A small safe worth protecting." / >
< meta property = "og:description" content = "A pomf-like file uploading service that doesn't suck." / >
2017-01-31 08:38:55 +01:00
< meta property = "og:image" content = "http://lolisafe.moe/images/logo_square.jpg" / >
< meta property = "og:image:secure_url" content = "https://lolisafe.moe/images/logo_square.jpg" / >
< meta name = "twitter:card" content = "summary" >
< meta name = "twitter:title" content = "lolisafe.moe | A small safe worth protecting." >
< meta name = "twitter:description" content = "A pomf-like file uploading service that doesn't suck." >
< meta name = "twitter:image" content = "https://listen.moe/files/images/logo_square.jpg" >
2017-01-31 08:42:23 +01:00
< meta name = "twitter:image:src" content = "https://lolisafe.moe/images/logo_square.jpg" >
2017-01-31 08:21:15 +01:00
2017-01-31 07:31:10 +01:00
< title > lolisafe - A small safe worth protecting.< / title >
2017-01-15 02:36:24 +01:00
< link rel = "stylesheet" type = "text/css" href = "https://cdnjs.cloudflare.com/ajax/libs/bulma/0.3.0/css/bulma.min.css" >
2017-01-18 06:40:14 +01:00
< link rel = "stylesheet" type = "text/css" href = "https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css" >
2017-01-15 02:36:24 +01:00
< link rel = "stylesheet" type = "text/css" href = "/css/style.css" >
2017-01-18 06:40:14 +01:00
< script type = "text/javascript" src = "https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.js" > < / script >
2017-01-15 02:36:24 +01:00
< script type = "text/javascript" src = "https://cdnjs.cloudflare.com/ajax/libs/dropzone/4.3.0/min/dropzone.min.js" > < / script >
2017-01-19 06:37:35 +01:00
< script type = "text/javascript" src = "https://cdnjs.cloudflare.com/ajax/libs/axios/0.15.3/axios.min.js" > < / script >
2017-01-31 07:31:10 +01:00
< script type = "text/javascript" src = "/js/home.js" > < / script >
2017-01-15 02:36:24 +01:00
< / head >
< body >
2017-01-17 04:37:54 +01:00
< section class = "hero is-fullheight has-text-centered" id = "home" >
2017-01-15 02:36:24 +01:00
< div class = "hero-body" >
< div class = "container" >
< p id = "b" >
2017-01-18 06:40:14 +01:00
< img class = 'logo' src = "/images/logo_smol.png" >
2017-01-15 02:36:24 +01:00
< / p >
2017-01-18 00:02:32 +01:00
< h1 class = "title" > loli-safe< / h1 >
< h2 class = "subtitle" > A < strong > modern< / strong > self-hosted file upload service< / h2 >
2017-01-15 02:36:24 +01:00
2017-01-18 00:02:32 +01:00
< h3 class = "subtitle" id = "maxFileSize" > < / h2 >
2017-01-15 02:36:24 +01:00
< div class = "columns" >
2017-01-17 21:12:58 +01:00
< div class = "column is-hidden-mobile" > < / div >
2017-01-15 02:36:24 +01:00
< div class = "column" id = 'uploadContainer' >
2017-01-30 10:00:01 +01:00
< a id = "loginToUpload" href = "/auth" class = "button is-danger" > Running in private mode. Log in to upload.< / a >
2017-01-15 02:36:24 +01:00
< / div >
2017-01-17 21:12:58 +01:00
< div class = "column is-hidden-mobile" > < / div >
2017-01-15 02:36:24 +01:00
< / div >
< div id = "uploads" >
< div id = "template" class = "columns" >
2017-01-19 02:08:59 +01:00
< div class = "column is-hidden-mobile" > < / div >
2017-01-15 02:36:24 +01:00
< div class = "column" >
2017-01-19 02:08:59 +01:00
< progress class = "progress is-small is-danger" value = "0" max = "100" data-dz-uploadprogress > < / progress >
2017-01-15 02:36:24 +01:00
< p data-dz-errormessage > < / p >
< p class = "link" > < / p >
< / div >
2017-01-19 02:08:59 +01:00
< div class = "column is-hidden-mobile" > < / div >
2017-01-15 02:36:24 +01:00
< / div >
< / div >
2017-01-18 06:40:14 +01:00
2017-01-31 07:31:10 +01:00
< h3 class = "subtitle" > < a href = "/auth" id = "loginLinkText" > < / a > < / h3 >
2017-01-18 06:40:14 +01:00
< h3 id = "links" >
2017-01-31 07:37:17 +01:00
< a href = "https://github.com/kanadeko/loli-safe" target = "_blank" class = "is-danger" > View on Github< / a > < span > |< / span > < a href = "https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj" target = "_blank" class = "is-danger" > Chrome extension< / a > < span > |< / span > < a href = "/faq" class = "is-danger" > FAQ< / a > < span > |< / span > < a href = "/auth" target = "_blank" class = "is-danger" > Dashboard< / a >
2017-01-18 06:40:14 +01:00
< / h3 >
2017-01-15 02:36:24 +01:00
< / div >
< / div >
< / section >
< / body >
< / html >