
On Thu, Feb 16, 2023 at 02:53:13PM +0000, Daniel P. Berrangé wrote:
Our 404 error page is a little bit too boring. The solution is to add more penguins !
This relies on MIT licensed javascript code imported from
https://github.com/VincentGarreau/particles.js
The image is extracted from the existing libvirt logo SVG file.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- docs/404.html.in | 7 +- docs/css/libvirt.css | 12 + docs/js/app.js | 108 +++ docs/js/meson.build | 2 + docs/js/particles.js | 1541 ++++++++++++++++++++++++++++++++++++++++ docs/logos/meson.build | 2 + docs/logos/penguin.png | Bin 0 -> 4236 bytes docs/logos/penguin.svg | 358 ++++++++++ docs/page.xsl | 8 + 9 files changed, 2035 insertions(+), 3 deletions(-) create mode 100644 docs/js/app.js create mode 100644 docs/js/particles.js create mode 100644 docs/logos/penguin.png create mode 100644 docs/logos/penguin.svg
Yes, this could easily be considered an April Fools' joke, but at the same time it is common to have a bit of fun with 404 error pages, so it is also a real suggestion :-)
+1 to the April Fools' joke, -1 to actually merging this. Sorry! -- Andrea Bolognani / Red Hat / Virtualization