forked from YandolsZX/IcarusImeji
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							64 lines
						
					
					
						
							2.7 KiB
						
					
					
				
			
		
		
	
	
							64 lines
						
					
					
						
							2.7 KiB
						
					
					
				| <?php
 | |
| 	header("HTTP/2.0 400 Bad Request");
 | |
| ?>
 | |
| <!DOCTYPE HTML>
 | |
| <html lang="en" class="no-js" xmlns:og="https://ogp.me/ns#">
 | |
| 	<head>
 | |
| 		<meta charset="utf-8" />
 | |
| 		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
| 		<meta name="theme-color" content="#ff89c9">
 | |
| 		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
 | |
| 		<title>Error - Icarus Imeji Service</title>
 | |
| 		
 | |
| 		<link rel="shortcut icon" href="https://zxicar.us/favicon.ico">
 | |
| 		<link rel="icon" type="image/png" href="https://zxicar.us/favicon-32x32.png" sizes="32x32" />
 | |
| 		<link rel="icon" type="image/png" href="https://zxicar.us/favicon-16x16.png" sizes="16x16" />
 | |
| 		<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://zxicar.us/apple-touch-icon-57x57.png" />
 | |
| 		<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://zxicar.us/apple-touch-icon-114x114.png" />
 | |
| 		<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://zxicar.us/apple-touch-icon-72x72.png" />
 | |
| 		<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://zxicar.us/apple-touch-icon-144x144.png" />
 | |
| 		<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://zxicar.us/apple-touch-icon-120x120.png" />
 | |
| 		<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://zxicar.us/apple-touch-icon-152x152.png" />
 | |
| 		
 | |
| 		<meta name="application-name" content="Icarus Imeji Service"/>
 | |
| 		<meta name="msapplication-TileColor" content="#FFFFFF" />
 | |
| 		<meta name="msapplication-TileImage" content="https://zxicar.us/mstile-144x144.png" />
 | |
| 		
 | |
| 		<link rel="stylesheet" href="public/assets/css/main.css" />
 | |
| 		<noscript><link rel="stylesheet" href="public/assets/css/noscript.css" /></noscript>
 | |
| 	</head>
 | |
| 	<body class="is-loading">
 | |
| 
 | |
| 		<!-- Wrapper -->
 | |
| 			<div id="wrapper" class="fade-in">
 | |
| 
 | |
| 				<!-- Intro -->
 | |
| 					<div id="intro">
 | |
| 						<h1>Upload failed</h1>
 | |
| 						<p>Unfortunately your upload has failed.<br />It might not have been a valid <strong><a>JPG, JPEG, PNG, GIF</a></strong> file or it might have exceeded the <strong><a>6MB</a></strong> filesize limit.</p>
 | |
| 						
 | |
| 						<ul class="actions">
 | |
| 							<li><a href="https://imeji.zxicar.us" class="button fit big icon fa-home">Return to Uploader Home</a></li>
 | |
| 						</ul>
 | |
| 						
 | |
| 					</div>
 | |
| 
 | |
| 				<!-- Copyright -->
 | |
| 				<!--
 | |
| 					<div id="copyright">
 | |
| 						<ul><li>© 2016 Locaria Technologies.</li></ul>
 | |
| 					</div>
 | |
| 				-->
 | |
| 
 | |
| 			</div>
 | |
| 
 | |
| 		<!-- Scripts -->
 | |
| 			<script src="public/assets/js/jquery.min.js"></script>
 | |
| 			<script src="public/assets/js/jquery.scrollex.min.js"></script>
 | |
| 			<script src="public/assets/js/jquery.scrolly.min.js"></script>
 | |
| 			<script src="public/assets/js/skel.min.js"></script>
 | |
| 			<script src="public/assets/js/util.js"></script>
 | |
| 			<script src="public/assets/js/main.js"></script>
 | |
| 
 | |
| 	</body>
 | |
| </html>
 | 
