tclip/cmd/web/tmpl/error.html
2023-08-29 10:22:56 -04:00

11 lines
435 B
HTML

{{template "header" .}}
<p class="my-4 max-w-lg">Oh noes! There was an error when trying to do this thing:</p>
<code><pre class="p-4 bg-gray-100 text-gray-900">
{{.Error}}
</code></pre>
<p class="my-4 max-w-lg">This is almost certainly not what was anticipated, and if you think you are seeing this in error, please contact your administrator or Tailscale support for help with the program itself.</p>
</div>
{{template "footer" .}}