19 lines
614 B
Plaintext
19 lines
614 B
Plaintext
//- Needs expiresMinutes, instancesURL
|
|
|
|
include includes/error.pug
|
|
|
|
- const numberFormat = new Intl.NumberFormat().format
|
|
|
|
doctype html
|
|
html
|
|
head
|
|
meta(charset="utf-8")
|
|
meta(name="viewport" content="width=device-width, initial-scale=1")
|
|
title= `Blocked | Bibliogram`
|
|
link(rel="stylesheet" type="text/css" href="/static/css/main.css")
|
|
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.
|
|
|
|