gitlin/views/ratelimit_gt.html

14 行
285 B
HTML
Raw 通常表示 履歴

{{ template "header" .}}
<main>
2023-03-08 01:58:55 +09:00
<h2>{{.Title}}</h2>
<p>Wait 5 minutes before trying again.</p>
2023-03-08 01:58:55 +09:00
<h2>Info</h2>
<p>
GotHub has implemented ratelimits in order to prevent rate-limits by GitHub.
You've been hit by the rate limiter.
</p>
2023-03-08 01:00:33 +09:00
</main>
2023-03-08 01:58:55 +09:00
{{ template "footer" .}}