13 lines
327 B
HTML
13 lines
327 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="error-page">
|
|
<head>
|
|
<title>Server Error</title>
|
|
<link rel="stylesheet" href="/assets/normalize.css/normalize.css">
|
|
<link rel="stylesheet" href="/css/site.css">
|
|
</head>
|
|
<body>
|
|
<h1>Internal Server Error</h1>
|
|
<h2>Sorry, something went wrong.</h2>
|
|
</body>
|
|
</html>
|