Sign in
vanadium
/
release.go.x.ref
/
501ba4d16e41a228599fd7de8e4a9ba0ba8db313
/
.
/
services
/
allocator
/
allocatord
/
assets
/
bad-request.tmpl.html
blob: 2f4c492fe32e1cca32079e2268c99670aa8e7aaa [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<title>
Bad Request
</title>
</head>
<body>
<h1>
Bad Request
</h1>
<pre>
{{.Path}}
</pre>
{{with .Error -}}
<p>
Error: {{.}}.
</p>
{{end}}
</body>
</html>