﻿_id	<!DOCTYPE html>
1	"<html lang=""en"">"
2	    <head>
3	"        <meta charset=""utf-8"">"
4	"        <meta name=""viewport"" content=""width=device-width"
5	
6	        <title>Server Error</title>
7	
8	        <!-- Fonts -->
9	"        <link rel=""dns-prefetch"" href=""//fonts.gstatic.com"">"
10	"        <link href=""https://fonts.googleapis.com/css?family=Nunito"" rel=""stylesheet"">"
11	
12	        <!-- Styles -->
13	        <style>
14	            html
15	                background-color: #fff;
16	                color: #636b6f;
17	                font-family: 'Nunito'
18	                font-weight: 100;
19	                height: 100vh;
20	                margin: 0;
21	            }
22	
23	            .full-height {
24	                height: 100vh;
25	            }
26	
27	            .flex-center {
28	                align-items: center;
29	                display: flex;
30	                justify-content: center;
31	            }
32	
33	            .position-ref {
34	                position: relative;
35	            }
36	
37	            .code {
38	                border-right: 2px solid;
39	                font-size: 26px;
40	                padding: 0 15px 0 15px;
41	                text-align: center;
42	            }
43	
44	            .message {
45	                font-size: 18px;
46	                text-align: center;
47	            }
48	        </style>
49	    </head>
50	    <body>
51	"        <div class=""flex-center position-ref full-height"">"
52	"            <div class=""code"">"
53	                500            </div>
54	
55	"            <div class=""message"" style=""padding: 10px;"">"
56	                Server Error            </div>
57	        </div>
58	    </body>
59	</html>
