mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
11 lines
160 B
HTML
11 lines
160 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>{error}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{status_code} {error}</h1>
|
|
</body>
|
|
</html>
|