====== JP Error ====== ===== Info ===== This api can be used to quickly show user an error page. It's intended for simple projects to save time on error pages while making them look nice. **Base URL:** ''https://.janpalma.cz/jperr.php'' ===== How to use ===== Use query parameters (Example: ''?c=404&t=Hello&d=example.com''). Some error codes are auto completed so you don't need to use ?t === Query perameters === | ''?c='' | //Number// | Error code (can be any number) | | ''?t='' | [//String//] | Text to display under the error code. (NO TAGS Allowed) | | ''?d='' | [//String//] | Domain/url to display (Defaults to api.janpalma.cz) | === Response === Webpage that displays the error. Example output: {{ :api:example.png?direct&800 |}}