mirror of
https://github.com/resume/resume.github.com.git
synced 2026-01-06 03:30:01 -06:00
Adds 403 Handling
This commit is contained in:
10
views/api_limit.html
Normal file
10
views/api_limit.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div id="doc" class="yui-t7">
|
||||
<div id="hd" role="banner"><h1>API Limit Reached</h1></div>
|
||||
<div id="bd" role="main">
|
||||
<div class="yui-g">
|
||||
<p>The API rate limit has been exceeded for your IP address. Please try again later.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ft" role="contentinfo"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user