bibliogram/src/site/pug/blocked.pug

18 lines
527 B
Plaintext
Raw Normal View History

2020-01-30 03:05:43 +00:00
//- Needs expiresMinutes, instancesURL
include includes/error.pug
doctype html
html
head
title= `Blocked | Bibliogram`
2020-02-05 06:05:18 +00:00
include includes/head
2020-01-30 03:05:43 +00:00
body.error-page
+error(503, "Blocked by Instagram", true)
2020-01-30 03:05:43 +00:00
| Instagram is refusing to provide data to this server. Try again later to see if the block has been lifted.
| This error has been cached. The internal cache will expire in #{expiresMinutes} minutes.
|
2020-06-07 06:44:18 +00:00
a(href="https://github.com/cloudrac3r/bibliogram/wiki/Rate-limits") Read more about blocking.
|
|