iris/_examples/mvc/error-handler-preflight/views/500.html

12 lines
258 B
HTML
Raw Permalink Normal View History

2020-08-18 22:14:11 +02:00
<!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>