| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | <!DOCTYPE html><html>	<head>		<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">		<meta http-equiv="X-UA-Compatible" content="IE=edge">		<link rel="apple-touch-icon" sizes="180x180" href="https://safe.meido.space/images/icons/apple-touch-icon.png?v=XBreOJMe24">		<link rel="icon" type="image/png" href="https://safe.meido.space/images/icons/favicon-32x32.png?v=XBreOJMe24" sizes="32x32">		<link rel="icon" type="image/png" href="https://safe.meido.space/images/icons/favicon-16x16.png?v=XBreOJMe24" sizes="16x16">		<link rel="manifest" href="https://safe.meido.space/images/icons/manifest.json?v=XBreOJMe24">		<link rel="mask-icon" href="https://safe.meido.space/images/icons/safari-pinned-tab.svg?v=XBreOJMe24" color="#5bbad5">		<link rel="shortcut icon" href="https://safe.meido.space/images/icons/favicon.ico?v=XBreOJMe24">		<meta name="apple-mobile-web-app-title" content="meidosafe">		<meta name="application-name" content="meidosafe">		<meta name="msapplication-config" content="https://safe.meido.space/images/icons/browserconfig.xml?v=XBreOJMe24">		<meta name="theme-color" content="#ffffff">		<meta property="og:url" content="https://safe.meido.space" />		<meta property="og:type" content="website" />		<meta property="og:title" content="safe.meido.space | A small safe worth protecting." />		<meta property="og:description" content="A pomf-like file uploading service that doesn't suck." />		<meta property="og:image" content="http://safe.meido.space/images/logo_square.png" />		<meta property="og:image:secure_url" content="https://safe.meido.space/images/logo_square.png" />		<meta name="twitter:card" content="summary">		<meta name="twitter:title" content="safe.meido.space | 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://safe.meido.space/files/images/logo_square.png">		<meta name="twitter:image:src" content="https://safe.meido.space/images/logo_square.png">		<title>meidosafe - A file safe protected by Muku.</title>		<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.3.0/css/bulma.min.css">		<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css">		<link rel="stylesheet" type="text/css" href="/css/style.css">		<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.js"></script>		<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.15.3/axios.min.js"></script>		<script type="text/javascript" src="/js/album.js"></script>	</head>	<body>		<section class="hero is-fullheight">			<div class="hero-head">				<div class="container">					<h1 class="title" id='title' style='margin-top: 1.5rem;'></h1>					<h1 class="subtitle" id='count'></h1>					<hr>				</div>			</div>			<div class="hero-body">				<div class="container" id='container'>				</div>			</div>		</section>	</body></html>
 |