mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
12 lines
258 B
HTML
12 lines
258 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Server Error Page</title>
|
|
</head>
|
|
<body>
|
|
<h2>{{.Code}}</h2>
|
|
<h3>{{.Message}}</h3>
|
|
</body>
|
|
</html> |