9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-19 14:59:28 +00:00

doc(readme): update image link

This commit is contained in:
Anthony Donlon
2025-11-21 09:31:08 +08:00
parent f7491f0b51
commit 0302d05310

View File

@@ -56,7 +56,7 @@ with open('error.html', 'w') as f:
webbrowser.open('error.html') webbrowser.open('error.html')
``` ```
![Default error page](doc/default.png) ![Default error page](https://github.com/donlon/cloudflare-error-page/blob/images/default.png?raw=true)
You can also see this example [here](https://virt.moe/cloudflare-error-page/examples/default). You can also see this example [here](https://virt.moe/cloudflare-error-page/examples/default).