gothub/views/ratelimit.html
Odyssey e01ee8ecdc pretty much everything so far
Signed-off-by: Odyssey <odyssey346@disroot.org>
2022-11-05 20:34:34 +01:00

14 lines
312 B
HTML

{{ template "header" .}}
<main>
<h2>{{.Title}}</h2>
<p>Try another instance or wait.</p>
<h2>Info</h2>
{{ range $key, $value := .ratelimit}}
<p>Limit: <b>{{.Limit}}</b></p>
<p>Remaining: <b>{{.Remaining}}</b></p>
{{ end }}
<i>Todo: implement GitHub API keys</i>
</main>