BlueFox 7f12cdc3e7
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Made the background a little lighter in dark mode
2025-02-20 16:07:56 +01:00
..
2025-02-19 21:17:28 +01:00

privacynerd.de

This is the repo where one can find all the files belonging to the startpage of the privacynerd.de web pages (see here).

Running

To run a test server, clone the repo, go to the src/ directory and run the following command:

python3 -m http.server

This will start a simple http server built into python that serves all the necessary files.

Warning! Do not use this for production purposes!