UNPKG

libereco

Version:

Liberate your photos from the hosting platforms lockin.

54 lines (43 loc) 1.15 kB
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Libereco</title> <link rel="stylesheet" href="/s/main.css"> </head> <body class="loading"> <!-- Github link --> <a id="github" href="https://github.com/alexindigo/libereco">Fork me on GitHub</a> <div id="left" class="panel" data-username=""> </div> <div id="right" class="panel" data-username=""> </div> <div id="chest"> <div class="auth"> <button class="auth_500px b-button">500px</button> <button class="auth_flickr b-button">Flickr</button> </div> <div class="dropzone"> </div> <div class="message flickr_message_upload_nopro"> <p> Flickr doesn't allow access to original photo files with free accounts.<br> Largest available photo will be uploaded. </p> </div> <div class="message px500_message_upload"> <p> 500px doesn't allow access to original photo files.<br> Largest available photo will be uploaded. </p> </div> </div> <!-- javascript goes below --><script src="/socket.io/socket.io.js"> </script><script src="/a/ender.js"> </script><script src="/a/main.js"> </script><!-- end of story --></body> </html>