RoadSign/pkg/hypertext/status/views/gateway-timeout.gohtml

6 lines
263 B
Plaintext
Raw Normal View History

2024-01-31 07:13:57 +00:00
<h1 class="text-2xl font-bold">504</h1>
<h2 class="text-lg">Looks like the server in the back fell asleep</h2>
<div class="mt-3 mx-auto p-5 w-[360px] max-w-screen bg-neutral text-neutral-content rounded">
<code class="capitalize">{{ .Message }}</code>
</div>