Oopsie woopsies!! UwU 404 page styled like a Windows 10 BSOD https://lolisafe.tdude.co/asdf404/
  • HTML 84.8%
  • Dockerfile 15.2%
Find a file
notarock-s-renovate[bot] e3cca57fc6
Update GitHub Actions (#3)
Co-authored-by: notarock-s-renovate[bot] <265181468+notarock-s-renovate[bot]@users.noreply.github.com>
2026-03-16 06:01:08 +00:00
.github/workflows Update GitHub Actions (#3) 2026-03-16 06:01:08 +00:00
404.html Rename index.html to 404.html 2020-04-19 21:40:54 -04:00
Dockerfile Switch base nginx image to rootless (unprivileged) image 2023-06-06 10:05:59 -04:00
index.html Remove useless #a tag 2020-04-02 22:20:23 -04:00
LICENSE Initial commit 2020-03-20 23:06:51 -04:00
README.md Add packaging instructions 2023-06-06 10:06:49 -04:00
renovate.json Add renovate.json 2026-03-04 02:08:14 +00:00

Uh oh! (Please star the repo if you are using this uwu)

It's that

image

nothing more.

Packaging

  1. Clone the repository

  2. Build the container

    $ nerdctl build --platform=amd64,arm64 -t registry.example.com/cringy-404-page:latest .
    

    Replace nerdctl with your choice of container runtime (podman, docker, etc.).

  3. Publish

    $ nerdctl push --all-platforms registry.example.com/cringy-404-page:latest