mirror of https://github.com/pixelfed/pixelfed
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			11 lines
		
	
	
		
			351 B
		
	
	
	
		
			PHTML
		
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			351 B
		
	
	
	
		
			PHTML
		
	
| 
								 
											6 years ago
										 
									 | 
							
								@extends('layouts.app')
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								@section('content')
							 | 
						||
| 
								 | 
							
								<div class="container">
							 | 
						||
| 
								 | 
							
								  <div class="error-page py-5 my-5 text-center">
							 | 
						||
| 
								 | 
							
								    <h3 class="font-weight-bold">Sorry, this page isn't available.</h3>
							 | 
						||
| 
								 | 
							
								    <p class="lead">The link you followed may be broken, or the page may have been removed. <a href="/">Go back to Pixelfed.</a></p>
							 | 
						||
| 
								 | 
							
								  </div>
							 | 
						||
| 
								 | 
							
								</div>
							 | 
						||
| 
								 | 
							
								@endsection
							 |