﻿_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	        <style>
9	            /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}a{background-color:transparent}code{font-family:monospace
10	        </style>
11	
12	        <style>
13	            body {
14	                font-family: ui-sans-serif
15	            }
16	        </style>
17	    </head>
18	    <body class=antialiased>
19	        <div class=relative flex items-top justify-center min-h-screen bg-gray-100 dark:bg-gray-900 sm:items-center sm:pt-0>
20	            <div class=max-w-xl mx-auto sm:px-6 lg:px-8>
21	                <div class=flex items-center pt-8 sm:justify-start sm:pt-0>
22	                    <div class=px-4 text-lg text-gray-500 border-r border-gray-400 tracking-wider>
23	                        500                    </div>
24	
25	                    <div class=ml-4 text-lg text-gray-500 uppercase tracking-wider>
26	                        Server Error                    </div>
27	                </div>
28	            </div>
29	        </div>
30	    </body>
31	</html>
