 e7c0c26b32
			
		
	
	e7c0c26b32
	
	
	
		
			
			add: custom error pages fix: invititation feat: new quick login for first users (UX++) feat: more internal notifications
		
			
				
	
	
		
			18 lines
		
	
	
		
			778 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			778 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @extends('layouts.base')
 | |
| <div class="min-h-screen hero ">
 | |
|     <div class="text-center hero-content">
 | |
|         <div>
 | |
|             <p class="font-mono text-6xl font-semibold text-warning">503</p>
 | |
|             <h1 class="mt-4 font-bold tracking-tight text-white">We are working on serious things.</h1>
 | |
|             <p class="mt-6 text-base leading-7 text-neutral-300">Service Unavailable. Be right back. Thanks for your
 | |
|                 patience.
 | |
|             </p>
 | |
|             <div class="flex items-center justify-center mt-10 gap-x-6">
 | |
|                 <a href="https://docs.coollabs.io/contact.html" class="font-semibold text-white ">Contact
 | |
|                     support
 | |
|                     <span aria-hidden="true">→</span></a>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| </div>
 |