Mock HTML endpoint

A live endpoint that answers with a small HTML body and any of 14 HTTP status codes, from 200 to 504. A tiny page. Useful for scrapers, uptime monitors and testing how a client treats HTML error pages. No signup, CORS enabled, nothing logged.

Try the 200 version

curl -i https://demo-html-200.supercrontab.com/

Sample body (text/html; charset=utf-8)

<!doctype html>
<html>
  <head><title>Mock page</title></head>
  <body><h1>ok</h1><p>id 42</p></body>
</html>