mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-17 03:33:05 +05:30
16 lines
314 B
HTML
16 lines
314 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>
|
|
{{ template "footer" .}}
|