From 64d2d6fe34de182ff9960d94f93132bf711cfd7a Mon Sep 17 00:00:00 2001 From: Anthony Donlon <4056887+donlon@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:11:35 +0800 Subject: [PATCH] doc: update README.md --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a5af4a..a742b89 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Here's an editor for the error page. You can try this out [here](https://virt.mo ## Quickstart for Programmers +### Python + Install `cloudflare-error-page` with pip. ``` Bash @@ -58,6 +60,18 @@ webbrowser.open('error.html') You can also see this example [here](https://virt.moe/cloudflare-error-page/examples/default). +### Node.js + +``` JavaScript +// Coming soon! +``` + +### PHP + +``` PHP +// Coming soon! +``` + ## More Examples ### Catastrophic infrastructure failure @@ -95,7 +109,7 @@ params = { ![Catastrophic infrastructure failure](https://github.com/donlon/cloudflare-error-page/blob/images/example.png?raw=true) -[link](https://virt.moe/cloudflare-error-page/examples/catastrophic). +[Link](https://virt.moe/cloudflare-error-page/examples/catastrophic) ### Web server is working @@ -127,7 +141,7 @@ params = { ![Web server is working](https://github.com/donlon/cloudflare-error-page/blob/images/example2.png?raw=true) -[link](https://virt.moe/cloudflare-error-page/examples/working). +[Link](https://virt.moe/cloudflare-error-page/examples/working) ### Using Flask server @@ -186,4 +200,4 @@ See [flask_demo.py](examples/flask_demo.py) for embedding the error pages into t "link": "https://youtube.com/watch?v=dQw4w9WgXcQ", }, } -``` \ No newline at end of file +```