| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  | <html>
 | 
					
						
							|  |  |  | <head>
 | 
					
						
							| 
									
										
										
										
											2017-04-09 07:56:46 +02:00
										 |  |  |     <base href="{{ route('index') }}/"/>
 | 
					
						
							| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  |     <style>
 | 
					
						
							| 
									
										
										
										
											2016-11-24 19:26:47 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |         /* latin */
 | 
					
						
							|  |  |  |         @font-face {
 | 
					
						
							|  |  |  |             font-family: 'Lato';
 | 
					
						
							|  |  |  |             font-style: normal;
 | 
					
						
							|  |  |  |             font-weight: 100;
 | 
					
						
							| 
									
										
										
										
											2018-01-24 01:10:04 +08:00
										 |  |  |             src: local('Lato Hairline'), local('Lato-Hairline'), url('fonts/lato-100.woff2') format('woff2'), url('fonts/lato-100.woff') format('woff');
 | 
					
						
							| 
									
										
										
										
											2016-11-24 19:26:47 +01:00
										 |  |  |             unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
 | 
					
						
							|  |  |  |         }
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  |         body {
 | 
					
						
							|  |  |  |             margin: 0;
 | 
					
						
							|  |  |  |             padding: 0;
 | 
					
						
							|  |  |  |             width: 100%;
 | 
					
						
							|  |  |  |             height: 100%;
 | 
					
						
							|  |  |  |             color: #B0BEC5;
 | 
					
						
							|  |  |  |             display: table;
 | 
					
						
							|  |  |  |             font-weight: 100;
 | 
					
						
							| 
									
										
										
										
											2016-04-10 17:51:51 +02:00
										 |  |  |             font-family: 'Lato', sans-serif;
 | 
					
						
							| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  |         }
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         .container {
 | 
					
						
							|  |  |  |             text-align: center;
 | 
					
						
							|  |  |  |             display: table-cell;
 | 
					
						
							|  |  |  |             vertical-align: middle;
 | 
					
						
							|  |  |  |         }
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         .content {
 | 
					
						
							|  |  |  |             text-align: center;
 | 
					
						
							|  |  |  |             display: inline-block;
 | 
					
						
							|  |  |  |         }
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         .title {
 | 
					
						
							|  |  |  |             font-size: 72px;
 | 
					
						
							|  |  |  |             margin-bottom: 40px;
 | 
					
						
							|  |  |  |         }
 | 
					
						
							| 
									
										
										
										
											2019-08-09 18:06:43 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |         .text {
 | 
					
						
							|  |  |  |             font-size: 30px;
 | 
					
						
							|  |  |  |             margin-bottom: 40px;
 | 
					
						
							|  |  |  |         }
 | 
					
						
							| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  |     </style>
 | 
					
						
							|  |  |  | </head>
 | 
					
						
							|  |  |  | <body>
 | 
					
						
							|  |  |  | <div class="container">
 | 
					
						
							|  |  |  |     <div class="content">
 | 
					
						
							| 
									
										
										
										
											2019-08-09 18:06:43 +02:00
										 |  |  |         <div class="title">Whoops</div>
 | 
					
						
							|  |  |  |         <div class="text">There was a fatal error. Please check the log files.</div>
 | 
					
						
							| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  |     </div>
 | 
					
						
							|  |  |  | </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </body>
 | 
					
						
							|  |  |  | </html>
 |