8 lines
201 B
HTML
8 lines
201 B
HTML
|
<!-- Copyright (C) 2019 Storj Labs, Inc.
|
||
|
See LICENSE for copying information. -->
|
||
|
|
||
|
{{define "main"}}
|
||
|
<h1 class="m-5 text-center">Bad Request</h1>
|
||
|
<h2 class="m-5 text-center">{{.}}</h2>
|
||
|
{{end}}
|