mozhi/views/ratelimit_gt.html

14 lines
307 B
HTML
Raw Normal View History

2023-06-25 00:10:57 +05:30
{{ template "header" .}}
<main>
<h2>{{.Title}}</h2>
<p>Wait 5 minutes before trying again.</p>
<h2>Info</h2>
<p>
SimplyTranslate has implemented ratelimits in order to prevent rate-limits by Translation Engines.
You've been hit by the rate limiter.
</p>
</main>
{{ template "footer" .}}