mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-05 16:27:30 +00:00
15 lines
420 B
Plaintext
15 lines
420 B
Plaintext
//- Needs expiresMinutes, instancesURL
|
|
|
|
include includes/error.pug
|
|
|
|
doctype html
|
|
html
|
|
head
|
|
title= `Blocked | Bibliogram`
|
|
include includes/head
|
|
body.error-page
|
|
+error(503, "Blocked by Instagram", true)
|
|
| 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.
|
|
|
|