bash -- 80x24
jason@mccallister.dev:~$curl -v https://mccallister.dev/styles.css

* Trying 127.0.0.1:443...

* Connected to mccallister.dev (127.0.0.1) port 443

* TLS 1.3 connection established

> GET /styles.css HTTP/2

> Host: mccallister.dev

> User-Agent: curl/8.4.0

> Accept: */*

>

< HTTP/2 404

< content-type: text/html; charset=utf-8

< x-powered-by: coffee-and-questionable-decisions

< x-developer-mood: confused

<

{
 "status": 404,
 "error": "Not Found",
 "message": "The page you're looking for has gone on vacation.",
 "suggestion": "It didn't leave a forwarding address.",
 "path": "/styles.css",
 "tried": ["asking nicely", "checking under the couch", "blame DNS"],
 "dns_fault": true,
 "developer_excuse": "works on my machine"
}

* Connection #0 to host mccallister.dev left intact

curl: (22) The requested URL returned error: 404

jason@mccallister.dev:~$
<- cd /home! retry last command