From adfda1c06a25f422e9d763a53caf75d0390d2c38 Mon Sep 17 00:00:00 2001 From: Anthony Donlon Date: Thu, 20 Nov 2025 08:26:40 +0800 Subject: [PATCH] doc(readme): update images --- README.md | 15 ++++++++------- examples/working.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6e5780f..1aba20e 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,6 @@ You can also see this example [here](https://virt.moe/cloudflare-error-page/exam ### Catastrophic infrastructure failure -See this example [here](https://virt.moe/cloudflare-error-page/examples/catastrophic). - ``` JavaScript params = { "title": "Catastrophic infrastructure failure", @@ -89,12 +87,13 @@ params = { } ``` -![Catastrophic infrastructure failure](doc/example.png) +See this example [here](https://virt.moe/cloudflare-error-page/examples/catastrophic). + + +![Catastrophic infrastructure failure](https://github.com/donlon/cloudflare-error-page/blob/images/example.png?raw=true) ### Web server is working -See this example [here](https://virt.moe/cloudflare-error-page/examples/working). - ``` JavaScript params = { "title": "Web server is working", @@ -113,7 +112,7 @@ params = { "host_status": { "status": "ok", "location": "example.com", - "status_text": "Just Working", + "status_text": "Almost Working", }, "error_source": "host", "what_happened": "

This site is still working. And it looks great.

", @@ -121,7 +120,9 @@ params = { } ``` -![Web server is working](doc/example2.png) +See this example [here](https://virt.moe/cloudflare-error-page/examples/working). + +![Web server is working](https://github.com/donlon/cloudflare-error-page/blob/images/example2.png?raw=true) ### Using Flask server diff --git a/examples/working.json b/examples/working.json index 0b36866..45f0b77 100644 --- a/examples/working.json +++ b/examples/working.json @@ -15,7 +15,7 @@ "host_status": { "status": "ok", "location": "example.com", - "status_text": "Just Working" + "status_text": "Almost Working" }, "error_source": "host", "what_happened": "

This site is still working. And it looks great.

",